dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Paul Mackerras 2005-11-18 16:41:49 +11:00
parent 8a5abdf80e
commit f365cfd0d8
1 changed files with 1 additions and 0 deletions

View File

@ -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>