Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33497
b: refs/heads/master
c: c971ef4
h: refs/heads/master
i:
  33495: 73ebd21
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Aug 19, 2006
1 parent 1162622 commit 929523d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1e13b0d82d24ac3c8b2f16a09dd9ce537cad134c
refs/heads/master: c971ef46cb94b8bb4a12555fa757e5f67934fcd9
2 changes: 1 addition & 1 deletion trunk/drivers/net/seeq8005.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ module_param(irq, int, 0);
MODULE_PARM_DESC(io, "SEEQ 8005 I/O base address");
MODULE_PARM_DESC(irq, "SEEQ 8005 IRQ number");

int init_module(void)
int __init init_module(void)
{
dev_seeq = seeq8005_probe(-1);
if (IS_ERR(dev_seeq))
Expand Down

0 comments on commit 929523d

Please sign in to comment.