diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2012-07-24 17:28:55 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-24 17:28:55 +0200 |
commit | 4d9bb75823eb1e22f8d6d13112d5eb6850fea475 (patch) | |
tree | 50a3160ad34a00769bb74ac1f599c17f1856ac49 | |
parent | fcf9b4de3374d0df79eb8e06c046006d3855e06e (diff) |
MIPS: Netlogic: Remove unused pcibios_fixups
This global is unneeded, and seems to be carried over from ancient
code.
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3752/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/pci/pci-xlr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/pci/pci-xlr.c b/arch/mips/pci/pci-xlr.c index 172af1cd5867..18af021d289a 100644 --- a/arch/mips/pci/pci-xlr.c +++ b/arch/mips/pci/pci-xlr.c @@ -375,7 +375,3 @@ static int __init pcibios_init(void) } arch_initcall(pcibios_init); - -struct pci_fixup pcibios_fixups[] = { - {0} -}; |