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 876398724ba7..5386d9b73e6a 100644 --- a/drivers/net/typhoon.c +++ b/drivers/net/typhoon.c | |||
@@ -1797,7 +1797,7 @@ static irqreturn_t | |||
1797 | typhoon_interrupt(int irq, void *dev_instance) | 1797 | typhoon_interrupt(int irq, void *dev_instance) |
1798 | { | 1798 | { |
1799 | struct net_device *dev = dev_instance; | 1799 | struct net_device *dev = dev_instance; |
1800 | struct typhoon *tp = dev->priv; | 1800 | struct typhoon *tp = netdev_priv(dev); |
1801 | void __iomem *ioaddr = tp->ioaddr; | 1801 | void __iomem *ioaddr = tp->ioaddr; |
1802 | u32 intr_status; | 1802 | u32 intr_status; |
1803 | 1803 | ||