diff options
Diffstat (limited to 'drivers/net/wireless/orinoco.h')
-rw-r--r-- | drivers/net/wireless/orinoco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco.h b/drivers/net/wireless/orinoco.h index fb5700d6c454..4720fb20d66d 100644 --- a/drivers/net/wireless/orinoco.h +++ b/drivers/net/wireless/orinoco.h | |||
@@ -128,7 +128,7 @@ extern void free_orinocodev(struct net_device *dev); | |||
128 | extern int __orinoco_up(struct net_device *dev); | 128 | extern int __orinoco_up(struct net_device *dev); |
129 | extern int __orinoco_down(struct net_device *dev); | 129 | extern int __orinoco_down(struct net_device *dev); |
130 | extern int orinoco_reinit_firmware(struct net_device *dev); | 130 | extern int orinoco_reinit_firmware(struct net_device *dev); |
131 | extern irqreturn_t orinoco_interrupt(int irq, void * dev_id, struct pt_regs *regs); | 131 | extern irqreturn_t orinoco_interrupt(int irq, void * dev_id); |
132 | 132 | ||
133 | /********************************************************************/ | 133 | /********************************************************************/ |
134 | /* Locking and synchronization functions */ | 134 | /* Locking and synchronization functions */ |