]> err.no Git - linux-2.6/blobdiff - drivers/ide/pci/alim15x3.c
ide: add missing __init tags to IDE PCI host drivers
[linux-2.6] / drivers / ide / pci / alim15x3.c
index 89109be5162ceb615ce03d92a3c34ec5a278f839..68df77ec502b8aec6d5b166893d24741bf1be0bb 100644 (file)
@@ -907,7 +907,7 @@ static struct pci_driver driver = {
        .probe          = alim15x3_init_one,
 };
 
-static int ali15x3_ide_init(void)
+static int __init ali15x3_ide_init(void)
 {
        return ide_pci_register_driver(&driver);
 }