* [PATCH] Fix ppc compile problem with gcc 3.4
@ 2004-02-17 0:44 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-02-17 0:44 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list
Hi !
I've just been reported this one, a stupid redefinition
extern/static in prep_pci. This patch fixes it.
Ben.
===== arch/ppc/platforms/prep_pci.c 1.22 vs edited =====
--- 1.22/arch/ppc/platforms/prep_pci.c Tue Sep 16 06:59:05 2003
+++ edited/arch/ppc/platforms/prep_pci.c Tue Feb 17 11:41:19 2004
@@ -1171,8 +1171,6 @@
prep_pcibios_fixup(void)
{
struct pci_dev *dev = NULL;
- extern unsigned char *Motherboard_map;
- extern unsigned char *Motherboard_routes;
prep_route_pci_interrupts();
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-17 0:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-17 0:44 [PATCH] Fix ppc compile problem with gcc 3.4 Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox