aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/lib8390.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-22 20:38:59 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-24 17:31:37 -0700
commit3c01164e80a11fe2743cc36a0f2915673f1cac74 (patch)
tree1b88aff97f50bc439e434eab522174fafbd426a6 /drivers/net/lib8390.c
parentlib8390: Convert include <asm to include <linux (diff)
downloadlinux-dev-3c01164e80a11fe2743cc36a0f2915673f1cac74.tar.xz
linux-dev-3c01164e80a11fe2743cc36a0f2915673f1cac74.zip
lib8390: Remove unnecessary extern
Already declared in 8390.h Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/lib8390.c')
-rw-r--r--drivers/net/lib8390.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/lib8390.c b/drivers/net/lib8390.c
index 946b255a78f0..05ae21435bfd 100644
--- a/drivers/net/lib8390.c
+++ b/drivers/net/lib8390.c
@@ -108,7 +108,6 @@ int ei_debug = 1;
/* Index to functions. */
static void ei_tx_intr(struct net_device *dev);
static void ei_tx_err(struct net_device *dev);
-void ei_tx_timeout(struct net_device *dev);
static void ei_receive(struct net_device *dev);
static void ei_rx_overrun(struct net_device *dev);