diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-09-09 22:15:29 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-09 22:15:29 +0200 |
commit | 0ba288a09ab5b96f3c0e28f0a0367cc61d9019f2 (patch) | |
tree | 5ea27acabeac8bacf005e8216b9cb803743412c4 /device | |
parent | ea3ec09ecc7c080ce7fac7da00f50f0062d511f3 (diff) |
Drop useless forward declaration
* device/chario.c (tty_flush): Remove forward declaration (prototype is in tty.h).
Diffstat (limited to 'device')
-rw-r--r-- | device/chario.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/device/chario.c b/device/chario.c index d7c092e..d0e93d2 100644 --- a/device/chario.c +++ b/device/chario.c @@ -68,11 +68,9 @@ short ttlowat[NSPEEDS] = void queue_delayed_reply( queue_t, io_req_t, boolean_t (*)(io_req_t)); void tty_output(struct tty *); -void tty_flush(struct tty *, int); boolean_t char_open_done(io_req_t); boolean_t char_read_done(io_req_t); boolean_t char_write_done(io_req_t); -void ttstart(struct tty *tp); /* * Fake 'line discipline' switch for the benefit of old code |