From: Al Viro Date: Sat, 23 Sep 2006 15:45:55 +0000 (+0100) Subject: [PATCH] #elif that should've been #elif defined X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2efc80cb8ddc341d81de996920e3b2ad8a12b1f7;p=linux-beck.git [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 Signed-off-by: Linus Torvalds --- diff --git a/include/asm-ppc/ibm4xx.h b/include/asm-ppc/ibm4xx.h index cf62b69cb69a..499c14691c71 100644 --- 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