Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26989
b: refs/heads/master
c: 4541a5d
h: refs/heads/master
i:
  26987: 8035b47
v: v3
  • Loading branch information
Randy Dunlap authored and John W. Linville committed May 26, 2006
1 parent cbb85ff commit e73bb2b
Show file tree
Hide file tree
Showing 2 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: 53072d68cc2deda9f1a8cde864aa9d04f58addd3
refs/heads/master: 4541a5db0ba33d9c692e5b2f8d7805e336fabe7c
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/arlan-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ struct net_device * __init arlan_probe(int unit)
}

#ifdef MODULE
int init_module(void)
int __init init_module(void)
{
int i = 0;

Expand All @@ -1860,7 +1860,7 @@ int init_module(void)
}


void cleanup_module(void)
void __exit cleanup_module(void)
{
int i = 0;
struct net_device *dev;
Expand Down

0 comments on commit e73bb2b

Please sign in to comment.