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

staging: vt6655: Delete upc.h

parent 6f58936e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#ifndef __MAC_H__
#define __MAC_H__

#include "upc.h"
#include "device.h"

/*---------------------  Export Definitions -------------------------*/
/* Registers in the MAC */
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
 *
 */

#include "upc.h"
#include "device.h"
#include "mac.h"
#include "srom.h"

drivers/staging/vt6655/upc.h

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
/* 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__ */