From 255638fec41bf310aa90cddd238e2251caadfc92 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 5 Dec 2013 22:03:12 +0100 Subject: 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. --- device/tty.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'device/tty.h') 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_ */ -- cgit v1.2.3