X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2F3c507.c;h=4866a09c07089c66c125984cf422ad64f072a1c5;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=ca0d71d63a85ee04f664c9bcf7b0977298c4b5e4;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/drivers/net/3c507.c b/drivers/net/3c507.c index ca0d71d63..4866a09c0 100644 --- a/drivers/net/3c507.c +++ b/drivers/net/3c507.c @@ -294,6 +294,7 @@ static void el16_tx_timeout (struct net_device *dev); static void hardware_send_packet(struct net_device *dev, void *buf, short length, short pad); static void init_82586_mem(struct net_device *dev); static struct ethtool_ops netdev_ethtool_ops; +static void init_rx_bufs(struct net_device *); static int io = 0x300; static int irq; @@ -612,7 +613,6 @@ static irqreturn_t el16_interrupt(int irq, void *dev_id, struct pt_regs *regs) } if ((status & 0x0070) != 0x0040 && netif_running(dev)) { - static void init_rx_bufs(struct net_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)