SERIAL: omap: move driver private definitions and structures to driver
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 6 Oct 2012 09:50:58 +0000 (10:50 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 4 Nov 2012 12:14:20 +0000 (12:14 +0000)
commitf91b55ab72a913a8a61e377a7766772a20f0d96b
treea572b4b120875fad21b0c1543efb10e3cd06e8aa
parent4073a53b36ff993f7c4d158d1cf30d93c7d12add
SERIAL: omap: move driver private definitions and structures to driver

struct uart_omap_port and struct uart_omap_dma, and associated
definitions are private to the driver, so there's no point them sitting
in an include file under arch/arm.  Move them into the driver itself.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/plat-omap/include/plat/omap-serial.h
drivers/tty/serial/omap-serial.c