aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/cpu-sh3/timer.h
diff options
context:
space:
mode:
authorJiri Olsa <olsajiri@gmail.com>2007-11-09 04:45:29 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-11-09 04:45:29 +0900
commit3d9144c222ee52c924a96781163f5d6f6b93858a (patch)
tree99822695d9fd14c54d67d85fcdd70236007174f5 /include/asm-sh/cpu-sh3/timer.h
parentMerge branch 'page_colouring_despair' (diff)
downloadlinux-dev-3d9144c222ee52c924a96781163f5d6f6b93858a.tar.xz
linux-dev-3d9144c222ee52c924a96781163f5d6f6b93858a.zip
sh: remove dead config symbols from SH code
Signed-off-by: Jiri Olsa <olsajiri@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r--include/asm-sh/cpu-sh3/timer.h6
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 3880ce047fe0..7b795ac5477c 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