mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: rt288x: don't register the PCI controller on each board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30574 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -210,7 +210,7 @@ int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
|
||||
return irq;
|
||||
}
|
||||
|
||||
static int __init rt2880_pci_init(void)
|
||||
int __init rt288x_register_pci(void)
|
||||
{
|
||||
void __iomem *io_map_base;
|
||||
int i;
|
||||
@@ -248,5 +248,3 @@ int pcibios_plat_dev_init(struct pci_dev *dev)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
arch_initcall(rt2880_pci_init);
|
||||
|
||||
Reference in New Issue
Block a user