diff options
Diffstat (limited to 'drivers/net/meth.c')
-rw-r--r-- | drivers/net/meth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/meth.c b/drivers/net/meth.c index 55b1495a70d6..c1aa60b9a982 100644 --- a/drivers/net/meth.c +++ b/drivers/net/meth.c | |||
@@ -92,7 +92,7 @@ struct meth_private { | |||
92 | }; | 92 | }; |
93 | 93 | ||
94 | static void meth_tx_timeout(struct net_device *dev); | 94 | static void meth_tx_timeout(struct net_device *dev); |
95 | static irqreturn_t meth_interrupt(int irq, void *dev_id, struct pt_regs *pregs); | 95 | static irqreturn_t meth_interrupt(int irq, void *dev_id); |
96 | 96 | ||
97 | /* global, initialized in ip32-setup.c */ | 97 | /* global, initialized in ip32-setup.c */ |
98 | char o2meth_eaddr[8]={0,0,0,0,0,0,0,0}; | 98 | char o2meth_eaddr[8]={0,0,0,0,0,0,0,0}; |
@@ -569,7 +569,7 @@ static void meth_error(struct net_device* dev, unsigned status) | |||
569 | /* | 569 | /* |
570 | * The typical interrupt entry point | 570 | * The typical interrupt entry point |
571 | */ | 571 | */ |
572 | static irqreturn_t meth_interrupt(int irq, void *dev_id, struct pt_regs *pregs) | 572 | static irqreturn_t meth_interrupt(int irq, void *dev_id) |
573 | { | 573 | { |
574 | struct net_device *dev = (struct net_device *)dev_id; | 574 | struct net_device *dev = (struct net_device *)dev_id; |
575 | struct meth_private *priv = (struct meth_private *) dev->priv; | 575 | struct meth_private *priv = (struct meth_private *) dev->priv; |