* [PATCH] SH - remove dead config symbol from SH code
@ 2007-11-08 17:17 Jiri Olsa
2007-11-08 19:45 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Jiri Olsa @ 2007-11-08 17:17 UTC (permalink / raw)
To: kernel-janitors
remove dead config symbols from SH code
Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
---
include/asm-sh/cpu-sh3/timer.h | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/include/asm-sh/cpu-sh3/timer.h b/include/asm-sh/cpu-sh3/timer.h
index 3880ce0..7b795ac 100644
--- a/include/asm-sh/cpu-sh3/timer.h
+++ b/include/asm-sh/cpu-sh3/timer.h
@@ -23,8 +23,7 @@
* ---------------------------------------------------------------------------
*/
-#if !defined(CONFIG_CPU_SUBTYPE_SH7720) && \
- !defined(CONFIG_CPU_SUBTYPE_SH7727)
+#if !defined(CONFIG_CPU_SUBTYPE_SH7720)
#define TMU_TOCR 0xfffffe90 /* Byte access */
#endif
@@ -58,8 +57,7 @@
#define TMU2_TCOR 0xfffffeac /* Long access */
#define TMU2_TCNT 0xfffffeb0 /* Long access */
#define TMU2_TCR 0xfffffeb4 /* Word access */
-#if !defined(CONFIG_CPU_SUBTYPE_SH7720) && \
- !defined(CONFIG_CPU_SUBTYPE_SH7727)
+#if !defined(CONFIG_CPU_SUBTYPE_SH7720)
#define TMU2_TCPR2 0xfffffeb8 /* Long access */
#endif
#endif
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-08 19:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-08 17:17 [PATCH] SH - remove dead config symbol from SH code Jiri Olsa
2007-11-08 19:45 ` Paul Mundt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.