diff options
Diffstat (limited to 'drivers/net/typhoon.c')
-rw-r--r-- | drivers/net/typhoon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/typhoon.c b/drivers/net/typhoon.c index d5c32e9caa97..3bf9e630404f 100644 --- a/drivers/net/typhoon.c +++ b/drivers/net/typhoon.c | |||
@@ -1826,7 +1826,7 @@ typhoon_poll(struct net_device *dev, int *total_budget) | |||
1826 | } | 1826 | } |
1827 | 1827 | ||
1828 | static irqreturn_t | 1828 | static irqreturn_t |
1829 | typhoon_interrupt(int irq, void *dev_instance, struct pt_regs *rgs) | 1829 | typhoon_interrupt(int irq, void *dev_instance) |
1830 | { | 1830 | { |
1831 | struct net_device *dev = (struct net_device *) dev_instance; | 1831 | struct net_device *dev = (struct net_device *) dev_instance; |
1832 | struct typhoon *tp = dev->priv; | 1832 | struct typhoon *tp = dev->priv; |