aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/wbhal_f.h
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2008-10-27 22:44:19 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:51:43 -0800
commit9ce9ed5d8d71c1aa43ba947944b655e5c164ef54 (patch)
tree5d5855bd508a113dd2d391c53a9b5856c994e149 /drivers/staging/winbond/wbhal_f.h
parentf3d201886d1b6d47bc357798c50ddf9d2072aa2f (diff)
w35und: remove dead code from wbusb_f.h
Remove dead code from wbusb_f.h and move the WbWLanInitialize() definition to wblinux_f.h where it arguably belongs to. As the wbusb_f.h is now empty, we can remove it completely. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/wbhal_f.h')
-rw-r--r--drivers/staging/winbond/wbhal_f.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/winbond/wbhal_f.h b/drivers/staging/winbond/wbhal_f.h
index 56cd31098c4..239c301b029 100644
--- a/drivers/staging/winbond/wbhal_f.h
+++ b/drivers/staging/winbond/wbhal_f.h
@@ -2,12 +2,10 @@
// Device related include
//=====================================================================
#ifdef WB_LINUX
- #include "linux/wbusb_f.h"
#include "linux/wb35reg_f.h"
#include "linux/wb35tx_f.h"
#include "linux/wb35rx_f.h"
#else
- #include "wbusb_f.h"
#include "wb35reg_f.h"
#include "wb35tx_f.h"
#include "wb35rx_f.h"