[PATCH] cs89x0: use #elif instead of #else/#if/#endif

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Lennert Buytenhek and committed by Linus Torvalds 580d7b8c 032874e4

+1 -3
+1 -3
drivers/net/cs89x0.c
··· 353 { 354 __raw_writel((u16)value, base_addr + (portno << 1)); 355 } 356 - #else 357 - #if defined(CONFIG_ARCH_PNX010X) 358 static int 359 readword(unsigned long base_addr, int portno) 360 { ··· 377 { 378 outw(value, base_addr + portno); 379 } 380 - #endif 381 #endif 382 383 static void
··· 353 { 354 __raw_writel((u16)value, base_addr + (portno << 1)); 355 } 356 + #elif defined(CONFIG_ARCH_PNX010X) 357 static int 358 readword(unsigned long base_addr, int portno) 359 { ··· 378 { 379 outw(value, base_addr + portno); 380 } 381 #endif 382 383 static void