mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix the warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6809 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8417a3ff03
commit
a2640d0fce
@ -183,7 +183,7 @@ MODULE_PARM_DESC(adr_table, "MAC Address (assigned)");
|
||||
|
||||
static int r6040_open(struct net_device *dev);
|
||||
static int r6040_start_xmit(struct sk_buff *skb, struct net_device *dev);
|
||||
static irqreturn_t r6040_interrupt(int irq, void *dev_id, struct pt_regs *regs);
|
||||
static irqreturn_t r6040_interrupt(int irq, void *dev_id);
|
||||
static struct net_device_stats *r6040_get_stats(struct net_device *dev);
|
||||
static int r6040_close(struct net_device *dev);
|
||||
static void set_multicast_list(struct net_device *dev);
|
||||
@ -418,7 +418,7 @@ r6040_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||
|
||||
/* The RDC interrupt handler. */
|
||||
static irqreturn_t
|
||||
r6040_interrupt(int irq, void *dev_id, struct pt_regs *regs)
|
||||
r6040_interrupt(int irq, void *dev_id)
|
||||
{
|
||||
struct net_device *dev = dev_id;
|
||||
struct r6040_private *lp;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user