diff options
author | Manjunathappa, Prakash <prakash.pm@ti.com> | 2013-06-19 13:15:42 +0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-08-21 23:08:59 +0400 |
commit | fcf7157ba3b50e57653544421250ebbe81a33d81 (patch) | |
tree | d8731d13323db2c82a6d24eb6f6ea71d30780693 /arch/arm/mach-davinci/dm646x.c | |
parent | 1ae1c2f91d25d0ee175a2ee4bc8b5c45012e05c1 (diff) | |
download | linux-fcf7157ba3b50e57653544421250ebbe81a33d81.tar.xz |
ARM: davinci: serial: get rid of davinci_uart_config
"struct davinci_uart_config" was introduced to specify
UART ports brought out or enabled on the board. But
none of the boards use it for that purpose and we are
not going to add anymore board files, so remove the
structure.
Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Suggested-by: Sekhar Nori <nsekhar@ti.com>
[nsekhar@ti.com: split patch to remove davinci_serial_setup_clk()
changes.]
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/dm646x.c b/arch/arm/mach-davinci/dm646x.c index 23609b1141fe..331a9ec8e7f2 100644 --- a/arch/arm/mach-davinci/dm646x.c +++ b/arch/arm/mach-davinci/dm646x.c @@ -830,7 +830,7 @@ static struct plat_serial8250_port dm646x_serial2_platform_data[] = { } }; -static struct platform_device dm646x_serial_device[] = { +struct platform_device dm646x_serial_device[] = { { .name = "serial8250", .id = PLAT8250_DEV_PLATFORM, |