drop tx_fifo_size
authorJan Beulich <jbeulich@suse.com>
Tue, 11 Sep 2012 13:57:38 +0000 (15:57 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 11 Sep 2012 13:57:38 +0000 (15:57 +0200)
commiteda00984552b2871e23e6f8f7268f0bd6a04c473
tree5832e1a1a514eb34a423f554e6d72a28124b1350
parent25c8d4804304a6cbbbc4ecbccfcb46c6174f56dc
drop tx_fifo_size

... in favor of having what so far was called tx_empty() return the
amount of space available.

Note that in the pl011.c case, original code and comment disagreed, and
I picked the conservative value for it's ->tx_ready() handler's return
value.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/drivers/char/ehci-dbgp.c
xen/drivers/char/ns16550.c
xen/drivers/char/pl011.c
xen/drivers/char/serial.c
xen/include/xen/serial.h