Commit 3cd9b680 authored by Ralf Baechle's avatar Ralf Baechle

Cleanup Sibyte Kconfig a bit further.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 9383292f
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#include <linux/config.h> #include <linux/config.h>
#ifdef CONFIG_SIBYTE_BOARD
#if defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_PTSWARM) || \ #if defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_PTSWARM) || \
defined(CONFIG_SIBYTE_CRHONE) || defined(CONFIG_SIBYTE_CRHINE) || \ defined(CONFIG_SIBYTE_CRHONE) || defined(CONFIG_SIBYTE_CRHINE) || \
defined(CONFIG_SIBYTE_LITTLESUR) defined(CONFIG_SIBYTE_LITTLESUR)
...@@ -54,18 +52,6 @@ ...@@ -54,18 +52,6 @@
#define setleds(t0,t1,c0,c1,c2,c3) #define setleds(t0,t1,c0,c1,c2,c3)
#endif /* LEDS_PHYS */ #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 /* __ASSEMBLY__ */
#endif /* _SIBYTE_BOARD_H */ #endif /* _SIBYTE_BOARD_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment