From 0ba288a09ab5b96f3c0e28f0a0367cc61d9019f2 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Mon, 9 Sep 2013 22:15:29 +0200 Subject: Drop useless forward declaration * device/chario.c (tty_flush): Remove forward declaration (prototype is in tty.h). --- device/chario.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'device/chario.c') 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 -- cgit v1.2.3