Commit 2efc80cb8ddc341d81de996920e3b2ad8a12b1f7

Authored by Al Viro
Committed by Linus Torvalds
1 parent 13b5aeccc4

[PATCH] #elif that should've been #elif defined

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

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/asm-ppc/ibm4xx.h
... ... @@ -86,7 +86,7 @@
86 86 #define PCI_DRAM_OFFSET 0
87 87 #endif
88 88  
89   -#elif CONFIG_44x
  89 +#elif defined(CONFIG_44x)
90 90  
91 91 #if defined(CONFIG_BAMBOO)
92 92 #include <platforms/4xx/bamboo.h>