]> err.no Git - linux-2.6/blobdiff - drivers/ide/pci/atiixp.c
ide: add missing __init tags to IDE PCI host drivers
[linux-2.6] / drivers / ide / pci / atiixp.c
index 7e1d07031d32144f8caccdde42e51bd3d4e67892..982ac31fa9954bc09c30ede6e40a9e7f35dd1541 100644 (file)
@@ -376,7 +376,7 @@ static struct pci_driver driver = {
        .probe          = atiixp_init_one,
 };
 
-static int atiixp_ide_init(void)
+static int __init atiixp_ide_init(void)
 {
        return ide_pci_register_driver(&driver);
 }