OSDN Git Service

Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm...
[uclinux-h8/linux.git] / arch / x86 / kernel / devicetree.c
index 5ee7718..1f4acd6 100644 (file)
@@ -65,7 +65,7 @@ static int __init add_bus_probe(void)
 
        return of_platform_bus_probe(NULL, ce4100_ids, NULL);
 }
-module_init(add_bus_probe);
+device_initcall(add_bus_probe);
 
 #ifdef CONFIG_PCI
 struct device_node *pcibios_get_phb_of_node(struct pci_bus *bus)