diff options
Diffstat (limited to 'drivers/char/ip2/ip2main.c')
-rw-r--r-- | drivers/char/ip2/ip2main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/ip2/ip2main.c b/drivers/char/ip2/ip2main.c index 476cd087118e..d5f866c7c672 100644 --- a/drivers/char/ip2/ip2main.c +++ b/drivers/char/ip2/ip2main.c | |||
@@ -182,7 +182,7 @@ static void ip2_stop(PTTY); | |||
182 | static void ip2_start(PTTY); | 182 | static void ip2_start(PTTY); |
183 | static void ip2_hangup(PTTY); | 183 | static void ip2_hangup(PTTY); |
184 | static int ip2_tiocmget(struct tty_struct *tty); | 184 | static int ip2_tiocmget(struct tty_struct *tty); |
185 | static int ip2_tiocmset(struct tty_struct *tty, struct file *file, | 185 | static int ip2_tiocmset(struct tty_struct *tty, |
186 | unsigned int set, unsigned int clear); | 186 | unsigned int set, unsigned int clear); |
187 | static int ip2_get_icount(struct tty_struct *tty, | 187 | static int ip2_get_icount(struct tty_struct *tty, |
188 | struct serial_icounter_struct *icount); | 188 | struct serial_icounter_struct *icount); |
@@ -2085,7 +2085,7 @@ static int ip2_tiocmget(struct tty_struct *tty) | |||
2085 | | ((pCh->dataSetIn & I2_CTS) ? TIOCM_CTS : 0); | 2085 | | ((pCh->dataSetIn & I2_CTS) ? TIOCM_CTS : 0); |
2086 | } | 2086 | } |
2087 | 2087 | ||
2088 | static int ip2_tiocmset(struct tty_struct *tty, struct file *file, | 2088 | static int ip2_tiocmset(struct tty_struct *tty, |
2089 | unsigned int set, unsigned int clear) | 2089 | unsigned int set, unsigned int clear) |
2090 | { | 2090 | { |
2091 | i2ChanStrPtr pCh = DevTable[tty->index]; | 2091 | i2ChanStrPtr pCh = DevTable[tty->index]; |