diff options
Diffstat (limited to 'drivers/net/wireless/airo.c')
-rw-r--r-- | drivers/net/wireless/airo.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/airo.c b/drivers/net/wireless/airo.c index 39d09345027c..0a33c8a56e13 100644 --- a/drivers/net/wireless/airo.c +++ b/drivers/net/wireless/airo.c | |||
@@ -1120,8 +1120,7 @@ static void mpi_receive_802_3(struct airo_info *ai); | |||
1120 | static void mpi_receive_802_11(struct airo_info *ai); | 1120 | static void mpi_receive_802_11(struct airo_info *ai); |
1121 | static int waitbusy (struct airo_info *ai); | 1121 | static int waitbusy (struct airo_info *ai); |
1122 | 1122 | ||
1123 | static irqreturn_t airo_interrupt( int irq, void* dev_id, struct pt_regs | 1123 | static irqreturn_t airo_interrupt( int irq, void* dev_id); |
1124 | *regs); | ||
1125 | static int airo_thread(void *data); | 1124 | static int airo_thread(void *data); |
1126 | static void timer_func( struct net_device *dev ); | 1125 | static void timer_func( struct net_device *dev ); |
1127 | static int airo_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); | 1126 | static int airo_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); |
@@ -3151,7 +3150,7 @@ static int airo_thread(void *data) { | |||
3151 | return 0; | 3150 | return 0; |
3152 | } | 3151 | } |
3153 | 3152 | ||
3154 | static irqreturn_t airo_interrupt ( int irq, void* dev_id, struct pt_regs *regs) { | 3153 | static irqreturn_t airo_interrupt ( int irq, void* dev_id) { |
3155 | struct net_device *dev = (struct net_device *)dev_id; | 3154 | struct net_device *dev = (struct net_device *)dev_id; |
3156 | u16 status; | 3155 | u16 status; |
3157 | u16 fid; | 3156 | u16 fid; |