Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2124
b: refs/heads/master
c: ad8f451
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Jeff Garzik committed May 15, 2005
1 parent c034929 commit 3121713
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 649e59e6ab7817bf1c556b1898356c1a17aa2650
refs/heads/master: ad8f451b41b3c3438ec4eef15527972bebd854eb
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/orinoco.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ static int orinoco_open(struct net_device *dev)
return err;
}

int orinoco_stop(struct net_device *dev)
static int orinoco_stop(struct net_device *dev)
{
struct orinoco_private *priv = netdev_priv(dev);
int err = 0;
Expand Down Expand Up @@ -4019,7 +4019,6 @@ EXPORT_SYMBOL(free_orinocodev);

EXPORT_SYMBOL(__orinoco_up);
EXPORT_SYMBOL(__orinoco_down);
EXPORT_SYMBOL(orinoco_stop);
EXPORT_SYMBOL(orinoco_reinit_firmware);

EXPORT_SYMBOL(orinoco_interrupt);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/orinoco.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 3121713

Please sign in to comment.