]> git.hungrycats.org Git - linux/commitdiff
ppc64: Add missing #include, warned on ppc32 and broke build on ppc64
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Feb 2004 02:51:57 +0000 (13:51 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Feb 2004 02:51:57 +0000 (13:51 +1100)
drivers/video/fbmon.c

index bf839fd543034d51e40fcd1d4388884076224bff..59b24fca5df975c5f06284db8bccac6ee35be3df 100644 (file)
@@ -32,6 +32,7 @@
 #ifdef CONFIG_PPC_OF
 #include <linux/pci.h>
 #include <asm/prom.h>
+#include <asm/pci-bridge.h>
 #endif
 #include <video/edid.h>
 #include "edid.h"