aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/serial.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-03-09 16:31:00 +0000
committerJan Beulich <jbeulich@novell.com>2011-03-09 16:31:00 +0000
commitcba76631d1fc7b511facfca6449a0c1d5565fbf0 (patch)
tree566b375a761c58618a3cdb4e6e6d970c9760a735 /xen/include/xen/serial.h
parent007f425ac5d2bc0b607fb4fb429ad92315f52de1 (diff)
downloadxen-cba76631d1fc7b511facfca6449a0c1d5565fbf0.tar.gz
xen-cba76631d1fc7b511facfca6449a0c1d5565fbf0.tar.bz2
xen-cba76631d1fc7b511facfca6449a0c1d5565fbf0.zip
move various bits into .init.* sections
This also includes the removal of some entirely unused functions. The patch builds upon the makefile adjustments done in the earlier sent patch titled "move more kernel decompression bits to .init.* sections". Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/xen/serial.h')
-rw-r--r--xen/include/xen/serial.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/include/xen/serial.h b/xen/include/xen/serial.h
index 91fd30bcec..f371b42c7b 100644
--- a/xen/include/xen/serial.h
+++ b/xen/include/xen/serial.h
@@ -102,9 +102,6 @@ void serial_end_sync(int handle);
void serial_start_log_everything(int handle);
void serial_end_log_everything(int handle);
-/* Return number of bytes headroom in transmit buffer. */
-int serial_tx_space(int handle);
-
/* Return irq number for specified serial port (identified by index). */
int serial_irq(int idx);