diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-16 20:06:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-16 20:06:51 -0700 |
commit | f60f700876cd51de9de69f3a3c865d95e287a24d (patch) | |
tree | 4ef50e96c385ed076465aac23f52902467e7d825 /include/linux/serial.h | |
parent | c6c621b3a977b20d7ceffd3debcacbe3de7c0e87 (diff) | |
parent | 6d283d271674b1127881ebf082266a2c3fe6e0e4 (diff) |
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Diffstat (limited to 'include/linux/serial.h')
-rw-r--r-- | include/linux/serial.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/serial.h b/include/linux/serial.h index 00145822fb7..9f2d85284d0 100644 --- a/include/linux/serial.h +++ b/include/linux/serial.h @@ -174,9 +174,11 @@ struct serial_icounter_struct { #ifdef __KERNEL__ +#include <linux/compiler.h> + /* Export to allow PCMCIA to use this - Dave Hinds */ -extern int register_serial(struct serial_struct *req); -extern void unregister_serial(int line); +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 */ |