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)
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>

No differences found