projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b5aec
)
[PATCH] #elif that should've been #elif defined
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 23 Sep 2006 15:45:55 +0000
(16:45 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 23 Sep 2006 18:34:43 +0000
(11:34 -0700)
#elif CONFIG_44x
in ibm4xx.h should've been
#elif defined(CONFIG_44x)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-ppc/ibm4xx.h
patch
|
blob
|
history
diff --git
a/include/asm-ppc/ibm4xx.h
b/include/asm-ppc/ibm4xx.h
index
cf62b69
..
499c146
100644
(file)
--- a/
include/asm-ppc/ibm4xx.h
+++ b/
include/asm-ppc/ibm4xx.h
@@
-86,7
+86,7
@@
void ppc4xx_init(unsigned long r3, unsigned long r4, unsigned long r5,
#define PCI_DRAM_OFFSET 0
#endif
-#elif
CONFIG_44x
+#elif
defined(CONFIG_44x)
#if defined(CONFIG_BAMBOO)
#include <platforms/4xx/bamboo.h>