From: Anton Blanchard Date: Mon, 9 Dec 2013 05:03:10 +0000 (+1100) Subject: drivers/tty: ehv_bytechan fails to build as a module X-Git-Tag: v3.14-rc1~80^2~5^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a183d3ae63c08186477d2b0ef2798d47d10add4b;p=pandora-kernel.git 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 Acked-by: Greg Kroah-Hartman Signed-off-by: Scott Wood --- Reading git-diff-tree failed