|
@@ -125,8 +125,4 @@ static struct pci_driver platform_driver = {
|
|
.id_table = platform_pci_tbl,
|
|
.id_table = platform_pci_tbl,
|
|
};
|
|
};
|
|
|
|
|
|
-static int __init platform_pci_init(void)
|
|
|
|
-{
|
|
|
|
- return pci_register_driver(&platform_driver);
|
|
|
|
-}
|
|
|
|
-device_initcall(platform_pci_init);
|
|
|
|
|
|
+builtin_pci_driver(platform_driver);
|