diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 12:13:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 12:13:29 -0400 |
commit | 6f3a28f7d1f0a65a78443c273b6e8ec01becf301 (patch) | |
tree | ea57276725b31ba115f44cb5267a7d85b133e6fb /drivers/serial/serial_txx9.c | |
parent | 6ebfc0e20b409f13e62bbb84ce70102b49945cfd (diff) | |
parent | 75fde2eddcfcd1dcc87a72dc6cd3c859420b6148 (diff) |
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
* 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial: (21 commits)
[SERIAL] add PNP IDs for FPI based touchscreens
[SERIAL] Magic SysRq SAK does nothing on serial consoles
[SERIAL] tickle NMI watchdog on serial output.
[SERIAL] Fix oops when removing suspended serial port
[SERIAL] Fix resume handling bug
[SERIAL] Remove wrong asm/serial.h inclusions
[SERIAL] CONFIG_PM=n slim: drivers/serial/8250_pci.c
[SERIAL] OMAP1510 serial fix for 115200 baud
[SERIAL] returning proper error from serial core driver
[SERIAL] Make uart_line_info() correctly tell MMIO from I/O port
[SERIAL] suspend/resume handlers don't have level arg anymore
[SERIAL] 8250 resourse management fixes
[SERIAL] serial_cs: Add quirk for brainboxes 2-port RS232 card
[SERIAL] serial_cs: handle Nokia multi->single port bodge via config quirk
[SERIAL] serial_cs: add configuration quirk
[SERIAL] serial_cs: Convert Oxford 950 / Possio GCC wakeup quirk
[SERIAL] serial_cs: convert IBM post-init handling to a quirk
[SERIAL] serial_cs: allow wildcarded quirks
[SERIAL] serial_cs: convert multi-port table to quirk table
[SERIAL] serial_cs: Use clean up multiport card detection
...
Diffstat (limited to 'drivers/serial/serial_txx9.c')
-rw-r--r-- | drivers/serial/serial_txx9.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/serial/serial_txx9.c b/drivers/serial/serial_txx9.c index b361669f85a1..ebd8d2bb17fd 100644 --- a/drivers/serial/serial_txx9.c +++ b/drivers/serial/serial_txx9.c | |||
@@ -990,7 +990,6 @@ int __init early_serial_txx9_setup(struct uart_port *port) | |||
990 | /** | 990 | /** |
991 | * serial_txx9_suspend_port - suspend one serial port | 991 | * serial_txx9_suspend_port - suspend one serial port |
992 | * @line: serial line number | 992 | * @line: serial line number |
993 | * @level: the level of port suspension, as per uart_suspend_port | ||
994 | * | 993 | * |
995 | * Suspend one serial port. | 994 | * Suspend one serial port. |
996 | */ | 995 | */ |
@@ -1002,7 +1001,6 @@ static void serial_txx9_suspend_port(int line) | |||
1002 | /** | 1001 | /** |
1003 | * serial_txx9_resume_port - resume one serial port | 1002 | * serial_txx9_resume_port - resume one serial port |
1004 | * @line: serial line number | 1003 | * @line: serial line number |
1005 | * @level: the level of port resumption, as per uart_resume_port | ||
1006 | * | 1004 | * |
1007 | * Resume one serial port. | 1005 | * Resume one serial port. |
1008 | */ | 1006 | */ |