Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175120
b: refs/heads/master
c: 73d3f66
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 087190a commit cd24fe1
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: 24e4688632c8ae95760cb917ee5f42348fa22cbf
refs/heads/master: 73d3f6652a153a33648a2213c03e292809cc9ddb
4 changes: 2 additions & 2 deletions trunk/drivers/staging/phison/phison.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ static struct pci_driver phison_pci_driver = {
#endif
};

static int phison_ide_init(void)
static int __init phison_ide_init(void)
{
return pci_register_driver(&phison_pci_driver);
}

static void phison_ide_exit(void)
static void __exit phison_ide_exit(void)
{
pci_unregister_driver(&phison_pci_driver);
}
Expand Down

0 comments on commit cd24fe1

Please sign in to comment.