diff options
author | Manjunathappa, Prakash <prakash.pm@ti.com> | 2013-06-19 05:15:42 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-08-21 15:08:59 -0400 |
commit | 323761bb7518d27c62c1514156cb3243930b55c1 (patch) | |
tree | c4c9257fe6746e21ec595047a9840a3ba86e0be3 /arch/arm/mach-davinci/dm646x.c | |
parent | fcf7157ba3b50e57653544421250ebbe81a33d81 (diff) |
ARM: davinci: serial: remove davinci_serial_setup_clk()
Get rid of davinci_serial_setup_clk() since its not called
from multiple places now. Instead initialize clock in
davinci_serial_init() itself. This also helps get rid of
"serial_dev" member of struct davinci_soc_info.
Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Suggested-by: Sekhar Nori <nsekhar@ti.com>
[nsekhar@ti.com: split removal of davinci_serial_setup_clk()
into a separate patch.]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/dm646x.c')
-rw-r--r-- | arch/arm/mach-davinci/dm646x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/dm646x.c b/arch/arm/mach-davinci/dm646x.c index 331a9ec8e7f2..4b258042dff9 100644 --- a/arch/arm/mach-davinci/dm646x.c +++ b/arch/arm/mach-davinci/dm646x.c | |||
@@ -877,7 +877,6 @@ static struct davinci_soc_info davinci_soc_info_dm646x = { | |||
877 | .gpio_base = DAVINCI_GPIO_BASE, | 877 | .gpio_base = DAVINCI_GPIO_BASE, |
878 | .gpio_num = 43, /* Only 33 usable */ | 878 | .gpio_num = 43, /* Only 33 usable */ |
879 | .gpio_irq = IRQ_DM646X_GPIOBNK0, | 879 | .gpio_irq = IRQ_DM646X_GPIOBNK0, |
880 | .serial_dev = dm646x_serial_device, | ||
881 | .emac_pdata = &dm646x_emac_pdata, | 880 | .emac_pdata = &dm646x_emac_pdata, |
882 | .sram_dma = 0x10010000, | 881 | .sram_dma = 0x10010000, |
883 | .sram_len = SZ_32K, | 882 | .sram_len = SZ_32K, |