diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2012-01-26 11:14:42 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2012-01-26 11:14:42 -0800 |
commit | af681cad3f79ad8f7bd6cb170b70990aeef74233 (patch) | |
tree | e9f6240d7b94347cdb0c1cc321b9122c47caa71c /arch | |
parent | 773598357c0baf03081cf87f2b444f97744faf1e (diff) | |
download | linux-af681cad3f79ad8f7bd6cb170b70990aeef74233.tar.gz linux-af681cad3f79ad8f7bd6cb170b70990aeef74233.tar.bz2 linux-af681cad3f79ad8f7bd6cb170b70990aeef74233.zip |
Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip"
This reverts commit 43cf7c0bebf50d0b68aa42ae6d24cf08e3f24823 as Paul
wants to redo it.
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Govindraj Raja <govindraj.r@ti.com>
Cc: Kevin Hilman <khilman@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap-serial.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap-serial.h b/arch/arm/plat-omap/include/plat/omap-serial.h index 12a64eb8c624..9ff444469f3d 100644 --- a/arch/arm/plat-omap/include/plat/omap-serial.h +++ b/arch/arm/plat-omap/include/plat/omap-serial.h @@ -131,7 +131,6 @@ struct uart_omap_port { u32 context_loss_cnt; u32 errata; u8 wakeups_enabled; - u8 max_tx_count; struct pm_qos_request pm_qos_request; u32 latency; |