Staging: w35und: Kill wblinux_f.h header
authorPekka Enberg <penberg@kernel.org>
Sun, 28 Nov 2010 21:00:06 +0000 (23:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 1 Dec 2010 22:45:47 +0000 (14:45 -0800)
The wblinux_f.h header file doesn't contain anything that's actually used. Kill
it.

Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/winbond/mds.c
drivers/staging/winbond/wblinux_f.h [deleted file]
drivers/staging/winbond/wbusb.c

index 00e9756da9c1542cd600abeff13a87355fc46c86..9cfea94bcea53cecde7cc3223bc17b7f699990bd 100644 (file)
@@ -1,7 +1,6 @@
 #include "mds_f.h"
 #include "mto.h"
 #include "wbhal.h"
-#include "wblinux_f.h"
 #include "wb35tx_f.h"
 
 unsigned char
diff --git a/drivers/staging/winbond/wblinux_f.h b/drivers/staging/winbond/wblinux_f.h
deleted file mode 100644 (file)
index 0a9d214..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __WBLINUX_F_H
-#define __WBLINUX_F_H
-
-#include "core.h"
-#include "mds_s.h"
-
-/*
- * ====================================================================
- * Copyright (c) 1996-2004 Winbond Electronic Corporation
- *
- * wblinux_f.h
- * ====================================================================
- */
-int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev);
-void wb35_set_multicast(struct net_device *netdev);
-struct net_device_stats *wb35_netdev_stats(struct net_device *netdev);
-#endif
index c5a3107bd4a71130ff0f2cefe8a972bcb65f5c5d..4f959c203857094467f609b2b13b91115dcc6ff9 100644 (file)
@@ -19,7 +19,6 @@
 #include "wb35reg_f.h"
 #include "wb35tx_f.h"
 #include "wb35rx_f.h"
-#include "wblinux_f.h"
 
 MODULE_DESCRIPTION("IS89C35 802.11bg WLAN USB Driver");
 MODULE_LICENSE("GPL");