diff options
| author | Thomas Abraham <thomas.abraham@linaro.org> | 2011-10-24 05:47:51 -0400 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-12-22 20:06:57 -0500 |
| commit | afba7f91e64025748a2cfec181e5a910fd0dee0e (patch) | |
| tree | 37872a38eea179a6adb9eacbd5334b4352043413 /drivers/tty | |
| parent | 5f5a7a5578c5885201cf9c85856f023fe8b81765 (diff) | |
ARM: SAMSUNG: remove struct 's3c24xx_uart_clksrc' and all uses of it
With clkdev based clock lookup added to samsung serial driver, the use
of 'struct s3c24xx_uart_clksrc' to supply clock names in platform
data is removed from all the Samsung platform code.
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Ramax Lo <ramaxlo@gmail.com>
Cc: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/tty')
| -rw-r--r-- | drivers/tty/serial/samsung.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/samsung.h b/drivers/tty/serial/samsung.h index 11369f3102c1..40e9ef19bd12 100644 --- a/drivers/tty/serial/samsung.h +++ b/drivers/tty/serial/samsung.h | |||
| @@ -47,7 +47,6 @@ struct s3c24xx_uart_port { | |||
| 47 | unsigned int tx_irq; | 47 | unsigned int tx_irq; |
| 48 | 48 | ||
| 49 | struct s3c24xx_uart_info *info; | 49 | struct s3c24xx_uart_info *info; |
| 50 | struct s3c24xx_uart_clksrc *clksrc; | ||
| 51 | struct clk *clk; | 50 | struct clk *clk; |
| 52 | struct clk *baudclk; | 51 | struct clk *baudclk; |
| 53 | struct uart_port port; | 52 | struct uart_port port; |
