Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90235
b: refs/heads/master
c: 08dc732
h: refs/heads/master
i:
  90233: 8c10ada
  90231: 796e315
v: v3
  • Loading branch information
Jon Schindler authored and Jeff Garzik committed Mar 17, 2008
1 parent b9f3bff commit 2454f1d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 56872167e7339c3afba2fbeb8aa2ce75b93fd991
refs/heads/master: 08dc732bf4aa844b2c3994f2ac0d53a7cfe6d656
6 changes: 4 additions & 2 deletions trunk/drivers/net/8390.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ EXPORT_SYMBOL(__alloc_ei_netdev);

#if defined(MODULE)

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

void cleanup_module(void)
static void __exit ns8390_module_exit(void)
{
}

module_init(ns8390_init_module);
module_exit(ns8390_module_exit);
#endif /* MODULE */
MODULE_LICENSE("GPL");

0 comments on commit 2454f1d

Please sign in to comment.