]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/pci/init.c
xen_play_dead() is __cpuinit
[linux-2.6-omap-h63xx.git] / arch / x86 / pci / init.c
index b821f4462d991a6b850886bcd7a9997f14428d46..d6c950f818585aea6df65e38e18c2f85ab217941 100644 (file)
@@ -4,7 +4,7 @@
 
 /* arch_initcall has too random ordering, so call the initializers
    in the right sequence from here. */
-static __init int pci_access_init(void)
+static __init int pci_arch_init(void)
 {
 #ifdef CONFIG_PCI_DIRECT
        int type = 0;
@@ -40,4 +40,4 @@ static __init int pci_access_init(void)
 
        return 0;
 }
-arch_initcall(pci_access_init);
+arch_initcall(pci_arch_init);