The patch titled
drivers/serial/s3c2410.c: remove dead config symbols
has been removed from the -mm tree. Its filename was
drivers-serial-s3c2410c-remove-dead-config-symbols.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: drivers/serial/s3c2410.c: remove dead config symbols
From: Jiri Olsa <[EMAIL PROTECTED]>
Remove dead config symbol.
Signed-off-by: Jiri Olsa <[EMAIL PROTECTED]>
Cc: Russell King <[EMAIL PROTECTED]>
Cc: Ben Dooks <[EMAIL PROTECTED]>
Cc: Alan Cox <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/serial/s3c2410.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
drivers/serial/s3c2410.c~drivers-serial-s3c2410c-remove-dead-config-symbols
drivers/serial/s3c2410.c
---
a/drivers/serial/s3c2410.c~drivers-serial-s3c2410c-remove-dead-config-symbols
+++ a/drivers/serial/s3c2410.c
@@ -1527,7 +1527,7 @@ static inline void s3c2440_serial_exit(v
#define s3c2440_uart_inf_at NULL
#endif /* CONFIG_CPU_S3C2440 */
-#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
+#if defined(CONFIG_CPU_S3C2412)
static int s3c2412_serial_setsource(struct uart_port *port,
struct s3c24xx_uart_clksrc *clk)
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
fs-remove-dead-config-config_has_compat_epoll_event-symbol.patch
alpha-parisc-removing-config-variable-debug_rwlock.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