Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27428
b: refs/heads/master
c: 5d1f16c
h: refs/heads/master
v: v3
  • Loading branch information
Randy.Dunlap authored and Jeff Garzik committed Jun 11, 2006
1 parent 6b5077b commit d97e520
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 282f33c98618a3877043ec9dd5ac777c5e7c117d
refs/heads/master: 5d1f16c6c4d64d1e4f53e277e39c0ada89f00a48
2 changes: 1 addition & 1 deletion trunk/drivers/net/ne.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ that the ne2k probe is the last 8390 based probe to take place (as it
is at boot) and so the probe will get confused by any other 8390 cards.
ISA device autoprobes on a running machine are not recommended anyway. */

int init_module(void)
int __init init_module(void)
{
int this_dev, found = 0;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ne2.c
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ MODULE_PARM_DESC(bad, "(ignored)");

/* Module code fixed by David Weinehall */

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

0 comments on commit d97e520

Please sign in to comment.