Commit 5b742ad3 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Linus Torvalds

[PATCH] Fix ppc compile problem with gcc 3.4

There's an incorrect redefinition extern/static in prep_pci.

Just remove it.
parent 118ce6fe
......@@ -1171,8 +1171,6 @@ void __init
prep_pcibios_fixup(void)
{
struct pci_dev *dev = NULL;
extern unsigned char *Motherboard_map;
extern unsigned char *Motherboard_routes;
prep_route_pci_interrupts();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment