Browse Source

serial: samsung: Remove support for legacy clock code

All Samsung platforms are now using the Common Clock Framework and the
legacy clock code is being removed, so remove related dead code from
samsung-serial driver as well.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Tomasz Figa 11 years ago
parent
commit
f73d4cb681
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/tty/serial/samsung.c

+ 0 - 4
drivers/tty/serial/samsung.c

@@ -47,10 +47,6 @@
 
 
 #include <asm/irq.h>
 #include <asm/irq.h>
 
 
-#ifdef CONFIG_SAMSUNG_CLOCK
-#include <plat/clock.h>
-#endif
-
 #include "samsung.h"
 #include "samsung.h"
 
 
 #if	defined(CONFIG_SERIAL_SAMSUNG_DEBUG) &&	\
 #if	defined(CONFIG_SERIAL_SAMSUNG_DEBUG) &&	\