Anton Blanchard a183d3ae63 drivers/tty: ehv_bytechan fails to build as a module
ehv_bytechan is marked tristate but fails to build as a module:

drivers/tty/ehv_bytechan.c:363:1: error: type defaults to ‘int’ in declaration of ‘console_initcall’ [-Werror=implicit-int]

It doesn't make much sense for a console driver to be built as
a module, so change it to a bool.

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
2014-01-09 17:52:12 -06:00
..
2013-11-15 13:34:37 +09:00
2013-03-18 16:24:29 -07:00
2013-01-15 22:30:15 -08:00
2013-03-18 16:24:29 -07:00
2013-10-16 13:08:16 -07:00
2013-07-24 15:12:53 -07:00
2013-05-20 12:15:59 -07:00