Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: vt6655: Delete upc.h

Delete upc.h as all macros have been removed from upc.h.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/b553095c618e7885af5c3e42f9b9b39d95127a44.1653203927.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Philipp Hortmann and committed by
Greg Kroah-Hartman
f551dc6e 6f58936e

+2 -31
+1 -1
drivers/staging/vt6655/mac.h
··· 18 18 #ifndef __MAC_H__ 19 19 #define __MAC_H__ 20 20 21 - #include "upc.h" 21 + #include "device.h" 22 22 23 23 /*--------------------- Export Definitions -------------------------*/ 24 24 /* Registers in the MAC */
+1 -1
drivers/staging/vt6655/srom.c
··· 27 27 * 28 28 */ 29 29 30 - #include "upc.h" 30 + #include "device.h" 31 31 #include "mac.h" 32 32 #include "srom.h" 33 33
-29
drivers/staging/vt6655/upc.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0+ */ 2 - /* 3 - * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. 4 - * All rights reserved. 5 - * 6 - * Purpose: Macros to access device 7 - * 8 - * Author: Tevin Chen 9 - * 10 - * Date: Mar 17, 1997 11 - * 12 - */ 13 - 14 - #ifndef __UPC_H__ 15 - #define __UPC_H__ 16 - 17 - #include "device.h" 18 - 19 - /*--------------------- Export Definitions -------------------------*/ 20 - 21 - /* For memory mapped IO */ 22 - 23 - /*--------------------- Export Classes ----------------------------*/ 24 - 25 - /*--------------------- Export Variables --------------------------*/ 26 - 27 - /*--------------------- Export Functions --------------------------*/ 28 - 29 - #endif /* __UPC_H__ */