diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:39 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:39 -0400 |
commit | 3cd9b6802d39c155d44fc8076b6c72c3f7e919ed (patch) | |
tree | 8f46a32cc97be3ffdcaeabf553b3c1700fa1283c /include/asm-mips | |
parent | 9383292f179e1907e7e7ade539ac8fd3b65c1e97 (diff) |
Cleanup Sibyte Kconfig a bit further.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/sibyte/board.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-mips/sibyte/board.h b/include/asm-mips/sibyte/board.h index 57b9279e69f0..3d94093cb41f 100644 --- a/include/asm-mips/sibyte/board.h +++ b/include/asm-mips/sibyte/board.h | |||
@@ -21,8 +21,6 @@ | |||
21 | 21 | ||
22 | #include <linux/config.h> | 22 | #include <linux/config.h> |
23 | 23 | ||
24 | #ifdef CONFIG_SIBYTE_BOARD | ||
25 | |||
26 | #if defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_PTSWARM) || \ | 24 | #if defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_PTSWARM) || \ |
27 | defined(CONFIG_SIBYTE_CRHONE) || defined(CONFIG_SIBYTE_CRHINE) || \ | 25 | defined(CONFIG_SIBYTE_CRHONE) || defined(CONFIG_SIBYTE_CRHINE) || \ |
28 | defined(CONFIG_SIBYTE_LITTLESUR) | 26 | defined(CONFIG_SIBYTE_LITTLESUR) |
@@ -54,18 +52,6 @@ | |||
54 | #define setleds(t0,t1,c0,c1,c2,c3) | 52 | #define setleds(t0,t1,c0,c1,c2,c3) |
55 | #endif /* LEDS_PHYS */ | 53 | #endif /* LEDS_PHYS */ |
56 | 54 | ||
57 | #else | ||
58 | |||
59 | #ifdef LEDS_PHYS | ||
60 | extern void setleds(char *str); | ||
61 | #else | ||
62 | #define setleds(s) do { } while (0) | ||
63 | #endif /* LEDS_PHYS */ | ||
64 | |||
65 | #endif /* __ASSEMBLY__ */ | ||
66 | |||
67 | #endif /* CONFIG_SIBYTE_BOARD */ | ||
68 | |||
69 | #endif /* __ASSEMBLY__ */ | 55 | #endif /* __ASSEMBLY__ */ |
70 | 56 | ||
71 | #endif /* _SIBYTE_BOARD_H */ | 57 | #endif /* _SIBYTE_BOARD_H */ |