The patch titled
sh: remove dead config symbol from SH code
has been added to the -mm tree. Its filename is
sh-remove-dead-config-symbol-from-sh-code.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: sh: remove dead config symbol from SH code
From: Jiri Olsa <[EMAIL PROTECTED]>
Remove dead config symbols from SH code.
Signed-off-by: Jiri Olsa <[EMAIL PROTECTED]>
Cc: Paul Mundt <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/asm-sh/cpu-sh3/timer.h | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff -puN
include/asm-sh/cpu-sh3/timer.h~sh-remove-dead-config-symbol-from-sh-code
include/asm-sh/cpu-sh3/timer.h
--- a/include/asm-sh/cpu-sh3/timer.h~sh-remove-dead-config-symbol-from-sh-code
+++ a/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
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
drivers-serial-s3c2410c-remove-dead-config-symbols.patch
sh-remove-dead-config-symbol-from-sh-code.patch
blackfin-remove-dead-config-symbol-from-blackfin-code.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html