[PATCH] serial: serial_txx9 driver update
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sat, 10 Feb 2007 09:45:05 +0000 (01:45 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:27 +0000 (10:51 -0800)
commit138c5d258cf06c278f5d7fe0a806e50fe413a08f
tree86bd8700b12519a4dc4efc33ccddd0a1c743fd67
parentc376222960ae91d5ffb9197ee36771aaed1d9f90
[PATCH] serial: serial_txx9 driver update

Update the serial_txx9 driver.

 * Configurable manumum port number. (SERIAL_TXX9_NR_UARTS)
 * Remove some code which is unneeded if CONFIG_PM=n.
 * Use PCI_DEVICE() for pci device id table and make it const.
 * Do not include <asm/irq.h>

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/Kconfig
drivers/serial/serial_txx9.c