diff options
Diffstat (limited to 'drivers/char/rio/func.h')
-rw-r--r-- | drivers/char/rio/func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/rio/func.h b/drivers/char/rio/func.h index 0707af33f017..6b039186856d 100644 --- a/drivers/char/rio/func.h +++ b/drivers/char/rio/func.h | |||
@@ -140,7 +140,7 @@ int rio_isr_thread(char *); | |||
140 | struct rio_info *rio_info_store(int cmd, struct rio_info *p); | 140 | struct rio_info *rio_info_store(int cmd, struct rio_info *p); |
141 | #endif | 141 | #endif |
142 | 142 | ||
143 | extern void rio_copy_to_card(void __iomem *to, void *from, int len); | 143 | extern void rio_copy_to_card(void *from, void __iomem *to, int len); |
144 | extern int rio_minor(struct tty_struct *tty); | 144 | extern int rio_minor(struct tty_struct *tty); |
145 | extern int rio_ismodem(struct tty_struct *tty); | 145 | extern int rio_ismodem(struct tty_struct *tty); |
146 | 146 | ||