]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: move struct uart_8250_port from 8250.c to 8250.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 4 Dec 2011 23:42:18 +0000 (18:42 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 10 Dec 2011 03:14:12 +0000 (19:14 -0800)
commit850624c15da4651f4c6b821723419d8777659577
tree4177f4016b41f48adc72116c4d218d17e3e87301
parentbbd20759d157e6ecbe2e64e2d9d2505b504bb6b9
serial: move struct uart_8250_port from 8250.c to 8250.h

Since we want to promote sharing and move away from one single
uart driver with a bunch of platform specific bugfixes all
munged into one, relocate some header like material from
the C file to the header.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/8250.c
drivers/tty/serial/8250.h