aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2010-11-28 23:00:06 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-01 14:45:47 -0800
commit4398954e5f91e340f5a2db53d219b6562e3e1bf0 (patch)
tree7c70d94ea61d1f60fade2d63708cd6ade785e4e5
parentStaging: w35und: Merge mlmetxrx.c to mds.c (diff)
downloadlinux-dev-4398954e5f91e340f5a2db53d219b6562e3e1bf0.tar.xz
linux-dev-4398954e5f91e340f5a2db53d219b6562e3e1bf0.zip
Staging: w35und: Kill wblinux_f.h header
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>
-rw-r--r--drivers/staging/winbond/mds.c1
-rw-r--r--drivers/staging/winbond/wblinux_f.h17
-rw-r--r--drivers/staging/winbond/wbusb.c1
3 files changed, 0 insertions, 19 deletions
diff --git a/drivers/staging/winbond/mds.c b/drivers/staging/winbond/mds.c
index 00e9756da9c1..9cfea94bcea5 100644
--- a/drivers/staging/winbond/mds.c
+++ b/drivers/staging/winbond/mds.c
@@ -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
index 0a9d214f7187..000000000000
--- a/drivers/staging/winbond/wblinux_f.h
+++ /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
diff --git a/drivers/staging/winbond/wbusb.c b/drivers/staging/winbond/wbusb.c
index c5a3107bd4a7..4f959c203857 100644
--- a/drivers/staging/winbond/wbusb.c
+++ b/drivers/staging/winbond/wbusb.c
@@ -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");