]> git.baikalelectronics.ru Git - kernel.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)
commite35a864a9c28cfa557adfe908882a931d8d3697b
treea2fca2022fd2f0fd258f0cb763e7b79f9de5c02b
parentf336f9981e17f9566a973e39b8b6b62ee48d4c5b
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