projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aedcf5
)
lib8390: Remove unnecessary extern
author
Joe Perches
<joe@perches.com>
Wed, 22 Jun 2011 20:38:59 +0000
(20:38 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 25 Jun 2011 00:31:37 +0000
(17:31 -0700)
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>
drivers/net/lib8390.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/lib8390.c
b/drivers/net/lib8390.c
index 946b255a78f078cf574ae42f0e94757ea7301e80..05ae21435bfddf9abd98e98ef00a98f065f8bdf0 100644
(file)
--- 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);