]> 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)
commitcf34b6fc77715056893fac9f0ed11e2ec7da0da0
treea2fca2022fd2f0fd258f0cb763e7b79f9de5c02b
parent99907607bb3cd88b7a65745a5fcb4753d29640e1
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