aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/offb.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-11-18 16:41:49 +1100
committerPaul Mackerras <paulus@samba.org>2005-11-18 16:41:49 +1100
commitf365cfd0d8b6d8fb3583d23d48f54efa88ee8563 (patch)
tree26b22435eb7dfa2bc8df082a837a244cd5248838 /drivers/video/offb.c
parentpowerpc: Move defconfig over and remove remaining arch/ppc64 files (diff)
downloadlinux-dev-f365cfd0d8b6d8fb3583d23d48f54efa88ee8563.tar.xz
linux-dev-f365cfd0d8b6d8fb3583d23d48f54efa88ee8563.zip
offb: Fix compile error on ppc32 systems
The code Ben H added needs <linux/pci.h> for things like pci_dev, etc. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/video/offb.c')
-rw-r--r--drivers/video/offb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/offb.c b/drivers/video/offb.c
index fe8ba364b3e8..00d87f5bb7be 100644
--- a/drivers/video/offb.c
+++ b/drivers/video/offb.c
@@ -26,6 +26,7 @@
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/ioport.h>
+#include <linux/pci.h>
#include <asm/io.h>
#include <asm/prom.h>