Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175118
b: refs/heads/master
c: 64ed201
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 46d1f48 commit 38e292b
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: 3c0d44643cbeb125171685a10d9cdeba24336e62
refs/heads/master: 64ed20165f3523402465ed465476e0457765a30f
4 changes: 2 additions & 2 deletions trunk/drivers/staging/cx25821/cx25821-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ static struct pci_driver cx25821_pci_driver = {
.resume = NULL,
};

static int cx25821_init(void)
static int __init cx25821_init(void)
{
INIT_LIST_HEAD(&cx25821_devlist);
printk(KERN_INFO "cx25821 driver version %d.%d.%d loaded\n",
Expand All @@ -1530,7 +1530,7 @@ static int cx25821_init(void)
return pci_register_driver(&cx25821_pci_driver);
}

static void cx25821_fini(void)
static void __exit cx25821_fini(void)
{
pci_unregister_driver(&cx25821_pci_driver);
}
Expand Down

0 comments on commit 38e292b

Please sign in to comment.