Skip to content

Commit

Permalink
MIPS: Netlogic: Remove unused pcibios_fixups
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jayachandran C authored and Ralf Baechle committed Jul 24, 2012
1 parent fcf9b4d commit 4d9bb75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/mips/pci/pci-xlr.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,3 @@ static int __init pcibios_init(void)
}

arch_initcall(pcibios_init);

struct pci_fixup pcibios_fixups[] = {
{0}
};

0 comments on commit 4d9bb75

Please sign in to comment.