summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
diff options
context:
space:
mode:
authorThomas Langer <thomas.langer@lantiq.com>2008-11-20 18:31:00 +0000
committerThomas Langer <thomas.langer@lantiq.com>2008-11-20 18:31:00 +0000
commit1bc6841c8dff78e1b8bafb53dbea352b56a56d65 (patch)
treecb679195b46e22f043b2b7a51d4f3187bacfee12 /target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
parent88dd88931466259ca3b785de42f8088274348081 (diff)
downloadmaster-31e0f0ae-1bc6841c8dff78e1b8bafb53dbea352b56a56d65.tar.gz
master-31e0f0ae-1bc6841c8dff78e1b8bafb53dbea352b56a56d65.tar.bz2
master-31e0f0ae-1bc6841c8dff78e1b8bafb53dbea352b56a56d65.zip
some cleanups: - fix CPUID detection - update MTD map for checks and sysupgrade - enable subtargets (Generic&NFS) for simpler development - generic cleanups (e.g. from linux checkpatch.pl)
SVN-Revision: 13295
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c')
-rw-r--r--target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c b/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
index 97efa37dd1..d492dada5b 100644
--- a/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
+++ b/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
@@ -173,7 +173,7 @@ pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin){
}
}
-int
+int __init
pcibios_init(void)
{
extern int pci_probe_only;