diff options
Diffstat (limited to 'linux/src/drivers/net/3c507.c')
-rw-r--r-- | linux/src/drivers/net/3c507.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/src/drivers/net/3c507.c b/linux/src/drivers/net/3c507.c index 60054875..63f85a4c 100644 --- a/linux/src/drivers/net/3c507.c +++ b/linux/src/drivers/net/3c507.c @@ -71,6 +71,8 @@ static unsigned int net_debug = NET_DEBUG; static unsigned int netcard_portlist[] = { 0x300, 0x320, 0x340, 0x280, 0}; +static void init_rx_bufs(struct device *dev); + /* Details of the i82586. @@ -589,7 +591,6 @@ el16_interrupt(int irq, void *dev_id, struct pt_regs *regs) } if ((status & 0x0070) != 0x0040 && dev->start) { - static void init_rx_bufs(struct device *); /* The Rx unit is not ready, it must be hung. Restart the receiver by initializing the rx buffers, and issuing an Rx start command. */ if (net_debug) |