projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5abdf
)
offb: Fix compile error on ppc32 systems
author
Paul Mackerras
<paulus@samba.org>
Fri, 18 Nov 2005 05:41:49 +0000
(16:41 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 18 Nov 2005 05:41:49 +0000
(16:41 +1100)
The code Ben H added needs <linux/pci.h> for things like pci_dev, etc.
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/video/offb.c
patch
|
blob
|
history
diff --git
a/drivers/video/offb.c
b/drivers/video/offb.c
index fe8ba364b3e85941a139a00eda947a6c40657618..00d87f5bb7be0ed8f854d34b742f75e6e97807e2 100644
(file)
--- 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>