Skip to content

Commit

Permalink
serial: samsung: Remove support for legacy clock code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomasz Figa authored and Kukjin Kim committed Jul 18, 2014
1 parent 56e9e36 commit f73d4cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/tty/serial/samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@

#include <asm/irq.h>

#ifdef CONFIG_SAMSUNG_CLOCK
#include <plat/clock.h>
#endif

#include "samsung.h"

#if defined(CONFIG_SERIAL_SAMSUNG_DEBUG) && \
Expand Down

0 comments on commit f73d4cb

Please sign in to comment.