diff options
author | Christoph Hellwig <hch@lst.de> | 2005-05-14 19:30:17 +0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-05-16 01:53:26 +0400 |
commit | ad8f451b41b3c3438ec4eef15527972bebd854eb (patch) | |
tree | e5d1ebc82d13c650792b6b8bc2cd30c8ee75257e /drivers/net/wireless/orinoco.h | |
parent | 649e59e6ab7817bf1c556b1898356c1a17aa2650 (diff) | |
download | linux-ad8f451b41b3c3438ec4eef15527972bebd854eb.tar.xz |
[PATCH] orinoco: make orinoco_stop() static
Patch from Pavel Roskin
Index: linux-2.6/drivers/net/wireless/orinoco.c
===================================================================
Diffstat (limited to 'drivers/net/wireless/orinoco.h')
-rw-r--r-- | drivers/net/wireless/orinoco.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco.h b/drivers/net/wireless/orinoco.h index 13e42c2afb27..f749b50d1088 100644 --- a/drivers/net/wireless/orinoco.h +++ b/drivers/net/wireless/orinoco.h @@ -119,7 +119,6 @@ extern struct net_device *alloc_orinocodev(int sizeof_card, extern void free_orinocodev(struct net_device *dev); extern int __orinoco_up(struct net_device *dev); extern int __orinoco_down(struct net_device *dev); -extern int orinoco_stop(struct net_device *dev); extern int orinoco_reinit_firmware(struct net_device *dev); extern irqreturn_t orinoco_interrupt(int irq, void * dev_id, struct pt_regs *regs); |