[PATCH] #elif that should've been #elif defined
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 23 Sep 2006 15:45:55 +0000 (16:45 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Sep 2006 18:34:43 +0000 (11:34 -0700)
commit2efc80cb8ddc341d81de996920e3b2ad8a12b1f7
tree029c820b78fd8eeaf9e378c79cb818382f93a781
parent13b5aeccc4350e5069c723e8f9becd7208ee02f2
[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>
include/asm-ppc/ibm4xx.h