Commit f551dc6e authored by Philipp Hortmann's avatar Philipp Hortmann Committed by Greg Kroah-Hartman

staging: vt6655: Delete upc.h

Delete upc.h as all macros have been removed from upc.h.
Signed-off-by: default avatarPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/b553095c618e7885af5c3e42f9b9b39d95127a44.1653203927.git.philipp.g.hortmann@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6f58936e
......@@ -18,7 +18,7 @@
#ifndef __MAC_H__
#define __MAC_H__
#include "upc.h"
#include "device.h"
/*--------------------- Export Definitions -------------------------*/
/* Registers in the MAC */
......
......@@ -27,7 +27,7 @@
*
*/
#include "upc.h"
#include "device.h"
#include "mac.h"
#include "srom.h"
......
/* 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__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment