diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2006-10-09 16:27:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-09 17:54:46 -0400 |
commit | ea62aa1b6f6d31b53a34a6f5271ed85735ccc0bc (patch) | |
tree | 79d91c8a1711e03e83cf8cc2316f8d7765f07958 /drivers | |
parent | 2ed0ce5b57950a620155433c62a5a02a067f1376 (diff) |
[PATCH] m68k/MVME167: SERIAL167 is no longer broken
- SERIAL167 is no longer broken
- Removed some unused variables from the driver to fix compiler warnings
Signed-off-by: Kars de Jong <jongk@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/serial167.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/serial167.c b/drivers/char/serial167.c index 6f13f98e3171..defc0dbdedb3 100644 --- a/drivers/char/serial167.c +++ b/drivers/char/serial167.c | |||
@@ -1422,7 +1422,6 @@ cy_tiocmget(struct tty_struct *tty, struct file *file) | |||
1422 | volatile unsigned char *base_addr = (u_char *)BASE_ADDR; | 1422 | volatile unsigned char *base_addr = (u_char *)BASE_ADDR; |
1423 | unsigned long flags; | 1423 | unsigned long flags; |
1424 | unsigned char status; | 1424 | unsigned char status; |
1425 | unsigned int result; | ||
1426 | 1425 | ||
1427 | channel = info->line; | 1426 | channel = info->line; |
1428 | 1427 | ||
@@ -1446,7 +1445,6 @@ cy_tiocmset(struct tty_struct *tty, struct file *file, | |||
1446 | int channel; | 1445 | int channel; |
1447 | volatile unsigned char *base_addr = (u_char *)BASE_ADDR; | 1446 | volatile unsigned char *base_addr = (u_char *)BASE_ADDR; |
1448 | unsigned long flags; | 1447 | unsigned long flags; |
1449 | unsigned int arg; | ||
1450 | 1448 | ||
1451 | channel = info->line; | 1449 | channel = info->line; |
1452 | 1450 | ||