Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149824
b: refs/heads/master
c: ad8affd
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and David S. Miller committed Apr 24, 2009
1 parent 47690b0 commit 1c72853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: d93fe1a144c1a4312972bedbefc2213aa8b88612
refs/heads/master: ad8affd972a705a38e769859c50ee8e749b631da
8 changes: 4 additions & 4 deletions trunk/drivers/net/8390p.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ void NS8390p_init(struct net_device *dev, int startp)
}
EXPORT_SYMBOL(NS8390p_init);

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

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

module_init(8390p_init_module);
module_exit(8390p_cleanup_module);
module_init(NS8390p_init_module);
module_exit(NS8390p_cleanup_module);
MODULE_LICENSE("GPL");

0 comments on commit 1c72853

Please sign in to comment.