summaryrefslogtreecommitdiff
path: root/device/tty.h
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-05 22:03:12 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-08 23:55:06 +0900
commit255638fec41bf310aa90cddd238e2251caadfc92 (patch)
tree17eb850211a99e54fbe790538a6d37e2db80131d /device/tty.h
parentc2eebf318505a4c5b83ebff6e2d1974ce5bbf146 (diff)
device/tty.h, chario.h: move prototype
Now that we have device/chario.h move the chario_init() prototype from device/tty.h to device/chario.h. * device/chario.h (chario_init): Add prototype. * device/device_init.c: Include device/chario.h. * device/tty.h (chario_init): Remove prototype.
Diffstat (limited to 'device/tty.h')
-rw-r--r--device/tty.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/device/tty.h b/device/tty.h
index dcc7711..2fafa42 100644
--- a/device/tty.h
+++ b/device/tty.h
@@ -234,6 +234,4 @@ struct ldisc_switch {
extern struct ldisc_switch linesw[];
-extern void chario_init(void);
-
#endif /* _DEVICE_TTY_H_ */