diff options
Diffstat (limited to 'drivers/net/sunhme.c')
-rw-r--r-- | drivers/net/sunhme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sunhme.c b/drivers/net/sunhme.c index f05eea53623b..45d07faf7b96 100644 --- a/drivers/net/sunhme.c +++ b/drivers/net/sunhme.c | |||
@@ -2093,7 +2093,7 @@ static void happy_meal_rx(struct happy_meal *hp, struct net_device *dev) | |||
2093 | RXD((">")); | 2093 | RXD((">")); |
2094 | } | 2094 | } |
2095 | 2095 | ||
2096 | static irqreturn_t happy_meal_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 2096 | static irqreturn_t happy_meal_interrupt(int irq, void *dev_id) |
2097 | { | 2097 | { |
2098 | struct net_device *dev = (struct net_device *) dev_id; | 2098 | struct net_device *dev = (struct net_device *) dev_id; |
2099 | struct happy_meal *hp = dev->priv; | 2099 | struct happy_meal *hp = dev->priv; |
@@ -2132,7 +2132,7 @@ out: | |||
2132 | } | 2132 | } |
2133 | 2133 | ||
2134 | #ifdef CONFIG_SBUS | 2134 | #ifdef CONFIG_SBUS |
2135 | static irqreturn_t quattro_sbus_interrupt(int irq, void *cookie, struct pt_regs *ptregs) | 2135 | static irqreturn_t quattro_sbus_interrupt(int irq, void *cookie) |
2136 | { | 2136 | { |
2137 | struct quattro *qp = (struct quattro *) cookie; | 2137 | struct quattro *qp = (struct quattro *) cookie; |
2138 | int i; | 2138 | int i; |