Skip to content

Commit

Permalink
Staging: vt665x: remove tpci.h file in vt6656
Browse files Browse the repository at this point in the history
Remove tpci.h.  It is not even used in the usb version
Minor cleanup of janitor work missed earlier.

Signed-off-by: Jim Lieb <lieb@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jim Lieb authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 1e5743c commit f9de7e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 144 deletions.
31 changes: 0 additions & 31 deletions drivers/staging/vt6656/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,50 +94,19 @@
// device specific
//

#if !defined(_KCOMPAT_H)
#include "kcompat.h"
#endif

#if !defined(__DEVICE_CONFIG_H)
#include "device_cfg.h"
#endif

#if !defined(__TTYPE_H__)
#include "ttype.h"
#endif
#if !defined(__80211HDR_H__)
#include "80211hdr.h"
#endif
#if !defined(__TETHER_H__)
#include "tether.h"
#endif
#if !defined(__WMGR_H__)
#include "wmgr.h"
#endif
#if !defined(__WCMD_H__)
#include "wcmd.h"
#endif
#if !defined(__MIB_H__)
#include "mib.h"
#endif
#if !defined(__SROM_H__)
#include "srom.h"
#endif
#if !defined(__RC4_H__)
#include "rc4.h"
#endif
#if !defined(__TPCI_H__)
#include "tpci.h"
#endif
#if !defined(__DESC_H__)
#include "desc.h"
#endif
#if !defined(__KEY_H__)
#include "key.h"
#endif
#if !defined(__CARD_H__)
#include "card.h"
#endif

/*--------------------- Export Definitions -------------------------*/
#define VNT_USB_VENDOR_ID 0x160A
Expand Down
113 changes: 0 additions & 113 deletions drivers/staging/vt6656/tpci.h

This file was deleted.

0 comments on commit f9de7e7

Please sign in to comment.