]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
serial: omap: move uart_omap_port definition to C file
authorFelipe Balbi <balbi@ti.com>
Thu, 6 Sep 2012 12:45:39 +0000 (15:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Sep 2012 16:17:02 +0000 (09:17 -0700)
commitd37c6cebcb0c7ab4fc9e000061c93cca9d2a3941
treea2fca2022fd2f0fd258f0cb763e7b79f9de5c02b
parentd21e4005e4a4c24939f239b49862e6b0852e9169
serial: omap: move uart_omap_port definition to C file

nobody needs to access the uart_omap_port structure
other than omap-serial.c file. Let's move that
structure definition to the C source file in order
to prevent anyone from accessing our structure.

Tested-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/plat-omap/include/plat/omap-serial.h
drivers/tty/serial/omap-serial.c