Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33494
b: refs/heads/master
c: daca7cd
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Aug 19, 2006
1 parent 788b402 commit 2a6a17a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6d2cdb4fd1cc1b15ad070a57c9b2bc40bb1565e7
refs/heads/master: daca7cd7612639848c39744e02dab537755b31a1
5 changes: 2 additions & 3 deletions trunk/drivers/net/tokenring/smctr.c
Original file line number Diff line number Diff line change
Expand Up @@ -5666,7 +5666,7 @@ module_param_array(io, int, NULL, 0);
module_param_array(irq, int, NULL, 0);
module_param(ringspeed, int, 0);

static struct net_device *setup_card(int n)
static struct net_device * __init setup_card(int n)
{
struct net_device *dev = alloc_trdev(sizeof(struct net_local));
int err;
Expand Down Expand Up @@ -5696,9 +5696,8 @@ static struct net_device *setup_card(int n)
free_netdev(dev);
return ERR_PTR(err);
}


int init_module(void)
int __init init_module(void)
{
int i, found = 0;
struct net_device *dev;
Expand Down

0 comments on commit 2a6a17a

Please sign in to comment.