]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers/tty: ehv_bytechan fails to build as a module
authorAnton Blanchard <anton@samba.org>
Mon, 9 Dec 2013 05:03:10 +0000 (16:03 +1100)
committerScott Wood <scottwood@freescale.com>
Thu, 9 Jan 2014 23:52:12 +0000 (17:52 -0600)
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>
drivers/tty/Kconfig

index 978db344bda06ec333c2e0c434d1f0c69718ae48..b24aa010f68c5fd156c8abba916be24a61ed4c2f 100644 (file)
@@ -366,7 +366,7 @@ config TRACE_SINK
          "Trace data router for MIPI P1149.7 cJTAG standard".
 
 config PPC_EPAPR_HV_BYTECHAN
-       tristate "ePAPR hypervisor byte channel driver"
+       bool "ePAPR hypervisor byte channel driver"
        depends on PPC
        select EPAPR_PARAVIRT
        help