]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Cleanup Sibyte Kconfig a bit further.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:39 +0000 (19:32 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:39 +0000 (19:32 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/sibyte/board.h

index 57b9279e69f0ddb4cc5cf157685b830972f6141a..3d94093cb41fc49a7efaaf08326c94f48e0d90da 100644 (file)
@@ -21,8 +21,6 @@
 
 #include <linux/config.h>
 
-#ifdef CONFIG_SIBYTE_BOARD
-
 #if defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_PTSWARM) || \
     defined(CONFIG_SIBYTE_CRHONE) || defined(CONFIG_SIBYTE_CRHINE) || \
     defined(CONFIG_SIBYTE_LITTLESUR)
 #define setleds(t0,t1,c0,c1,c2,c3)
 #endif /* LEDS_PHYS */
 
-#else
-
-#ifdef LEDS_PHYS
-extern void setleds(char *str);
-#else
-#define setleds(s) do { } while (0)
-#endif /* LEDS_PHYS */
-
-#endif /* __ASSEMBLY__ */
-
-#endif /* CONFIG_SIBYTE_BOARD */
-
 #endif /* __ASSEMBLY__ */
 
 #endif /* _SIBYTE_BOARD_H */