aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/phison/phison.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/phison/phison.c')
-rw-r--r--drivers/staging/phison/phison.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/phison/phison.c b/drivers/staging/phison/phison.c
index 270ebcb681a2..3817d7497049 100644
--- a/drivers/staging/phison/phison.c
+++ b/drivers/staging/phison/phison.c
@@ -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);
}