Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149813
b: refs/heads/master
c: 362b76e
h: refs/heads/master
i:
  149811: 1c8557c
v: v3
  • Loading branch information
Mateusz Mandera authored and David S. Miller committed Apr 22, 2009
1 parent 4de9d52 commit 904c21c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 4cb9be7ab47820a1fa747569f5f035a5f628c91b
refs/heads/master: 362b76edb78923face033e18e4ffc85df8db0f28
9 changes: 4 additions & 5 deletions trunk/drivers/net/8390p.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,15 @@ void NS8390p_init(struct net_device *dev, int startp)
}
EXPORT_SYMBOL(NS8390p_init);

#if defined(MODULE)

int init_module(void)
static int __init 8390p_init_module(void)
{
return 0;
}

void cleanup_module(void)
static void __exit 8390p_cleanup_module(void)
{
}

#endif /* MODULE */
module_init(8390p_init_module);
module_exit(8390p_cleanup_module);
MODULE_LICENSE("GPL");

0 comments on commit 904c21c

Please sign in to comment.