This is a note to let you know that I've just added the patch titled
drivers/tty: ehv_bytechan fails to build as a module
to the 3.13-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
drivers-tty-ehv_bytechan-fails-to-build-as-a-module.patch
and it can be found in the queue-3.13 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From a183d3ae63c08186477d2b0ef2798d47d10add4b Mon Sep 17 00:00:00 2001
From: Anton Blanchard <[email protected]>
Date: Mon, 9 Dec 2013 16:03:10 +1100
Subject: drivers/tty: ehv_bytechan fails to build as a module
From: Anton Blanchard <[email protected]>
commit a183d3ae63c08186477d2b0ef2798d47d10add4b upstream.
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 <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
Cc: Guenter Roeck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/tty/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/tty/Kconfig
+++ b/drivers/tty/Kconfig
@@ -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
Patches currently in stable-queue which might be from [email protected] are
queue-3.13/drivers-tty-ehv_bytechan-fails-to-build-as-a-module.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html