All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/serial/s3c2410.c: remove dead config symbols
@ 2007-11-08 14:54 Jiri Olsa
  0 siblings, 0 replies; only message in thread
From: Jiri Olsa @ 2007-11-08 14:54 UTC (permalink / raw)
  To: kernel-janitors

remove dead config symbol
Signed-off-by: Jiri Olsa <olsajiri@gmail.com>

---
 drivers/serial/s3c2410.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c
index e773c8e..45de193 100644
--- a/drivers/serial/s3c2410.c
+++ b/drivers/serial/s3c2410.c
@@ -1527,7 +1527,7 @@ static inline void s3c2440_serial_exit(void)
 #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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-08 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-08 14:54 [PATCH] drivers/serial/s3c2410.c: remove dead config symbols Jiri Olsa

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.