Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43693
b: refs/heads/master
c: ca26200
h: refs/heads/master
i:
  43691: 4e040be
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent 5836b27 commit 71cb914
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 09a4a112559f4e93bb07d9683972e9064ae0418f
refs/heads/master: ca26200511776a0b54c5c832efde48ee6445a738
4 changes: 2 additions & 2 deletions trunk/drivers/char/isicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ static void __devexit isicom_remove(struct pci_dev *pdev)
release_region(board->base, 16);
}

static int __devinit isicom_setup(void)
static int __init isicom_init(void)
{
int retval, idx, channel;
struct isi_port *port;
Expand Down Expand Up @@ -1965,7 +1965,7 @@ static void __exit isicom_exit(void)
put_tty_driver(isicom_normal);
}

module_init(isicom_setup);
module_init(isicom_init);
module_exit(isicom_exit);

MODULE_AUTHOR("MultiTech");
Expand Down

0 comments on commit 71cb914

Please sign in to comment.