mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
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:
parent
6f58936e12
commit
f551dc6e76
@ -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 */
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "upc.h"
|
#include "device.h"
|
||||||
#include "mac.h"
|
#include "mac.h"
|
||||||
#include "srom.h"
|
#include "srom.h"
|
||||||
|
|
||||||
|
@ -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__ */
|
|
Loading…
Reference in New Issue
Block a user