瀏覽代碼

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>
Jayachandran C 13 年之前
父節點
當前提交
4d9bb75823
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      arch/mips/pci/pci-xlr.c

+ 0 - 4
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}
-};