Commit 1aec87a5 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: dead code remove mib.c mic.h from driver.

As result of patch
staging: vt6656: Remove unused scStatistic data from driver.

mib.c mic.h is dead code
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 885a947e
...@@ -16,7 +16,6 @@ vt6656_stage-y += main_usb.o \ ...@@ -16,7 +16,6 @@ vt6656_stage-y += main_usb.o \
dpc.o \ dpc.o \
power.o \ power.o \
datarate.o \ datarate.o \
mib.o \
rc4.o \ rc4.o \
tether.o \ tether.o \
tcrc.o \ tcrc.o \
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include "80211hdr.h" #include "80211hdr.h"
#include "80211mgr.h" #include "80211mgr.h"
#include "card.h" #include "card.h"
#include "mib.h"
#define MAX_NODE_NUM 64 #define MAX_NODE_NUM 64
#define MAX_BSS_NUM 42 #define MAX_BSS_NUM 42
......
...@@ -69,7 +69,6 @@ ...@@ -69,7 +69,6 @@
#include "tether.h" #include "tether.h"
#include "wmgr.h" #include "wmgr.h"
#include "wcmd.h" #include "wcmd.h"
#include "mib.h"
#include "srom.h" #include "srom.h"
#include "rc4.h" #include "rc4.h"
#include "desc.h" #include "desc.h"
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
*/ */
#include "int.h" #include "int.h"
#include "mib.h"
#include "tmacro.h" #include "tmacro.h"
#include "mac.h" #include "mac.h"
#include "power.h" #include "power.h"
......
This diff is collapsed.
This diff is collapsed.
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