PCI: altera: Use builtin_platform_driver() to simplify the code
Use the builtin_platform_driver() macro to make the code simpler. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
1001354ca3
commit
c5d933b122
|
@ -641,8 +641,4 @@ static struct platform_driver altera_pcie_driver = {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static int altera_pcie_init(void)
|
builtin_platform_driver(altera_pcie_driver);
|
||||||
{
|
|
||||||
return platform_driver_register(&altera_pcie_driver);
|
|
||||||
}
|
|
||||||
device_initcall(altera_pcie_init);
|
|
||||||
|
|
Loading…
Reference in New Issue