X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fserial.h;h=deb714314fb169de39bf195921c01b2a7e8085a6;hb=7cedb1f17fb7f4374d11501f61656ae9d3ba47e9;hp=9f2d85284d0b78f95cba741c51d63f9545a61be1;hpb=e0d7ff168a71299919f01500b3d507aae0c67513;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/serial.h b/include/linux/serial.h index 9f2d85284d0..deb714314fb 100644 --- a/include/linux/serial.h +++ b/include/linux/serial.h @@ -11,6 +11,7 @@ #define _LINUX_SERIAL_H #ifdef __KERNEL__ +#include #include /* @@ -176,15 +177,5 @@ struct serial_icounter_struct { #ifdef __KERNEL__ #include -/* Export to allow PCMCIA to use this - Dave Hinds */ -extern int __deprecated register_serial(struct serial_struct *req); -extern void __deprecated unregister_serial(int line); - -/* Allow architectures to override entries in serial8250_ports[] at run time: */ -struct uart_port; /* forward declaration */ -extern int early_serial_setup(struct uart_port *port); -extern int early_serial_console_init(char *options); -extern int serial8250_start_console(struct uart_port *port, char *options); - #endif /* __KERNEL__ */ #endif /* _LINUX_SERIAL_H */