linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / serial_core.h
index bd14858..4041122 100644 (file)
 /* Hilscher netx */
 #define PORT_NETX      71
 
-/* SUN4V Hypervisor Console */
-#define PORT_SUNHV     72
-
 #ifdef __KERNEL__
 
 #include <linux/config.h>
@@ -254,7 +251,6 @@ struct uart_port {
 #define UPF_CONS_FLOW          ((__force upf_t) (1 << 23))
 #define UPF_SHARE_IRQ          ((__force upf_t) (1 << 24))
 #define UPF_BOOT_AUTOCONF      ((__force upf_t) (1 << 28))
-#define UPF_DEAD               ((__force upf_t) (1 << 30))
 #define UPF_IOREMAP            ((__force upf_t) (1 << 31))
 
 #define UPF_CHANGE_MASK                ((__force upf_t) (0x17fff))
@@ -370,9 +366,6 @@ void uart_parse_options(char *options, int *baud, int *parity, int *bits,
 int uart_set_options(struct uart_port *port, struct console *co, int baud,
                     int parity, int bits, int flow);
 struct tty_driver *uart_console_device(struct console *co, int *index);
-void uart_console_write(struct uart_port *port, const char *s,
-                       unsigned int count,
-                       void (*putchar)(struct uart_port *, int));
 
 /*
  * Port/driver registration/removal