diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-09-07 10:02:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-10 16:33:02 -0700 |
commit | 43b5f0d69291374f602ad8e1817f329573a59010 (patch) | |
tree | b9b46199c998d13e43b16eb0328536216d60d0e6 /include | |
parent | fe0ed5b3158b6c5b6e2653348575de8f62f97d27 (diff) | |
download | linux-3.10-43b5f0d69291374f602ad8e1817f329573a59010.tar.gz linux-3.10-43b5f0d69291374f602ad8e1817f329573a59010.tar.bz2 linux-3.10-43b5f0d69291374f602ad8e1817f329573a59010.zip |
serial: pl011: delete reset callback
Since commit 4fd0690bb0c3955983560bb2767ee82e2b197f9b
"serial: pl011: implement workaround for CTS clear event issue"
the PL011 UART is no longer at risk to hang up, so get rid
of the callback altogether.
Cc: Rajanikanth H.V <rajanikanth.hv@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/amba/serial.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/amba/serial.h b/include/linux/amba/serial.h index d117b29d106..f612c783170 100644 --- a/include/linux/amba/serial.h +++ b/include/linux/amba/serial.h @@ -205,7 +205,6 @@ struct amba_pl011_data { void *dma_tx_param; void (*init) (void); void (*exit) (void); - void (*reset) (void); }; #endif |