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:
58c5019
)
[POWERPC] 4xx: Include missing header
author
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Fri, 14 Dec 2007 12:36:35 +0000
(06:36 -0600)
committer
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Sun, 23 Dec 2007 19:28:24 +0000
(13:28 -0600)
A small error caused a header file to be removed making sequoia support no
longer compile. Fix it.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/platforms/44x/sequoia.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/44x/sequoia.c
b/arch/powerpc/platforms/44x/sequoia.c
index 5185b5cb48c9a4ef40806554018cba1bdfd11d43..b9085a6c4c1064b7b7025b54520785eea949a504 100644
(file)
--- a/
arch/powerpc/platforms/44x/sequoia.c
+++ b/
arch/powerpc/platforms/44x/sequoia.c
@@
-23,6
+23,7
@@
#include <asm/uic.h>
#include <asm/pci-bridge.h>
+#include "44x.h"
static struct of_device_id sequoia_of_bus[] = {
{ .compatible = "ibm,plb4", },