summaryrefslogtreecommitdiff
path: root/libdde_linux26/lib/src/drivers/pci
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-01-05 16:51:25 +0100
committerZheng Da <zhengda1936@gmail.com>2010-01-05 16:51:25 +0100
commit145623ebcf753252a36a3e67128fb9879d0001e4 (patch)
tree568610c6ed81a054af48272e474b39658c83a4b8 /libdde_linux26/lib/src/drivers/pci
parent16b4a9b6e25500f2da14839b4494f82df4b0fc7f (diff)
call initcall functions explicitly.
Diffstat (limited to 'libdde_linux26/lib/src/drivers/pci')
-rw-r--r--libdde_linux26/lib/src/drivers/pci/pci-driver.c2
-rw-r--r--libdde_linux26/lib/src/drivers/pci/pci.c2
-rw-r--r--libdde_linux26/lib/src/drivers/pci/probe.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/libdde_linux26/lib/src/drivers/pci/pci-driver.c b/libdde_linux26/lib/src/drivers/pci/pci-driver.c
index 199ec8a7..ba4e5108 100644
--- a/libdde_linux26/lib/src/drivers/pci/pci-driver.c
+++ b/libdde_linux26/lib/src/drivers/pci/pci-driver.c
@@ -997,7 +997,7 @@ static int __init pci_driver_init(void)
return bus_register(&pci_bus_type);
}
-postcore_initcall(pci_driver_init);
+//postcore_initcall(pci_driver_init);
EXPORT_SYMBOL(pci_match_id);
EXPORT_SYMBOL(__pci_register_driver);
diff --git a/libdde_linux26/lib/src/drivers/pci/pci.c b/libdde_linux26/lib/src/drivers/pci/pci.c
index f67bf734..05c7b38d 100644
--- a/libdde_linux26/lib/src/drivers/pci/pci.c
+++ b/libdde_linux26/lib/src/drivers/pci/pci.c
@@ -2434,7 +2434,7 @@ static int __init pci_setup(char *str)
}
early_param("pci", pci_setup);
-device_initcall(pci_init);
+//device_initcall(pci_init);
EXPORT_SYMBOL(pci_reenable_device);
EXPORT_SYMBOL(pci_enable_device_io);
diff --git a/libdde_linux26/lib/src/drivers/pci/probe.c b/libdde_linux26/lib/src/drivers/pci/probe.c
index 32da5108..d68a3023 100644
--- a/libdde_linux26/lib/src/drivers/pci/probe.c
+++ b/libdde_linux26/lib/src/drivers/pci/probe.c
@@ -104,7 +104,7 @@ static int __init pcibus_class_init(void)
{
return class_register(&pcibus_class);
}
-postcore_initcall(pcibus_class_init);
+//postcore_initcall(pcibus_class_init);
/*
* Translate the low bits of the PCI base