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>
This commit is contained in:
Philipp Hortmann 2022-05-22 21:49:33 +02:00 committed by Greg Kroah-Hartman
parent 6f58936e12
commit f551dc6e76
3 changed files with 2 additions and 31 deletions

View File

@ -18,7 +18,7 @@
#ifndef __MAC_H__ #ifndef __MAC_H__
#define __MAC_H__ #define __MAC_H__
#include "upc.h" #include "device.h"
/*--------------------- Export Definitions -------------------------*/ /*--------------------- Export Definitions -------------------------*/
/* Registers in the MAC */ /* Registers in the MAC */

View File

@ -27,7 +27,7 @@
* *
*/ */
#include "upc.h" #include "device.h"
#include "mac.h" #include "mac.h"
#include "srom.h" #include "srom.h"

View File

@ -1,29 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* Purpose: Macros to access device
*
* Author: Tevin Chen
*
* Date: Mar 17, 1997
*
*/
#ifndef __UPC_H__
#define __UPC_H__
#include "device.h"
/*--------------------- Export Definitions -------------------------*/
/* For memory mapped IO */
/*--------------------- Export Classes ----------------------------*/
/*--------------------- Export Variables --------------------------*/
/*--------------------- Export Functions --------------------------*/
#endif /* __UPC_H__ */