Skip to content
Commit a183d3ae authored by Anton Blanchard's avatar Anton Blanchard Committed by Scott Wood
Browse files

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: default avatarAnton Blanchard <anton@samba.org>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent a7189483
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment