]> git.baikalelectronics.ru Git - kernel.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)
commit8e0eb37442610eed84fc74eb213e4982d1d284c6
tree4177f4016b41f48adc72116c4d218d17e3e87301
parent9b3d1ea939342be4dca6c4b201aa89502da58e11
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