Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87225
b: refs/heads/master
c: 32c9874
h: refs/heads/master
i:
  87223: 439d428
v: v3
  • Loading branch information
Jon Schindler authored and David S. Miller committed Mar 6, 2008
1 parent 404fcce commit cf3d336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: a4e2acf01a7e5fcd960fc332335ca10313641f4b
refs/heads/master: 32c9874759651b69e496f89ec9e5e6702f67ffca
3 changes: 2 additions & 1 deletion trunk/drivers/net/appletalk/ltpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ module_param(irq, int, 0);
module_param(dma, int, 0);


int __init init_module(void)
static int __init ltpc_module_init(void)
{
if(io == 0)
printk(KERN_NOTICE
Expand All @@ -1263,6 +1263,7 @@ int __init init_module(void)
return PTR_ERR(dev_ltpc);
return 0;
}
module_init(ltpc_module_init);
#endif

static void __exit ltpc_cleanup(void)
Expand Down

0 comments on commit cf3d336

Please sign in to comment.