diff options
author | Florian Lohoff <flo@rfc822.org> | 2000-07-06 20:35:39 +0000 |
---|---|---|
committer | Florian Lohoff <flo@rfc822.org> | 2000-07-06 20:35:39 +0000 |
commit | 75b6d92f2dd5112b02f4e78cf9f35f9825946ef0 (patch) | |
tree | fc1d7001ca40b0c106d5cfe405ba40a44598641a /drivers | |
parent | 91fe5a62d8122a7510d8f50271c26b74ca22912a (diff) |
Fix some -Werror bugs - some vars were obsolete
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tc/zs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c index af219cd56..8f4fd8e6d 100644 --- a/drivers/tc/zs.c +++ b/drivers/tc/zs.c @@ -1576,7 +1576,6 @@ static void __init probe_sccs(void) { struct dec_serial **pp; int i, n, n_chips = 0, n_channels, chip, channel; - unsigned long flags; /* * did we get here by accident? @@ -1839,7 +1838,6 @@ static void serial_console_write(struct console *co, const char *s, { struct dec_serial *info; int i; - unsigned char nine; info = zs_soft + co->index; |