Commit 3a7b6443 authored by Hirofumi Ogawa's avatar Hirofumi Ogawa Committed by Stephen Hemminger

[PATCH] 8139too warning fix (1/2)

 drivers/net/8139too.c |    2 ++
 1 files changed, 2 insertions(+)
parent 108e0d19
......@@ -612,7 +612,9 @@ static void rtl8139_init_ring (struct net_device *dev);
static int rtl8139_start_xmit (struct sk_buff *skb,
struct net_device *dev);
static int rtl8139_poll(struct net_device *dev, int *budget);
#ifdef CONFIG_NET_POLL_CONTROLLER
static void rtl8139_poll_controller(struct net_device *dev);
#endif
static irqreturn_t rtl8139_interrupt (int irq, void *dev_instance,
struct pt_regs *regs);
static int rtl8139_close (struct net_device *dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment