All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: msm: remove check for CONFIG_MSM_SERIAL_DEBUGGER
@ 2014-05-15 10:39 ` Paul Bolle
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Bolle @ 2014-05-15 10:39 UTC (permalink / raw)
  To: David Brown, Daniel Walker, Bryan Huntsman, Russell King
  Cc: linux-arm-msm, linux-arm-kernel, linux-kernel

An (optional) check for CONFIG_MSM_SERIAL_DEBUGGER was added in v2.6.35.
But the related Kconfig symbol was never added to the tree. This check
will always evaluate to false. Remove it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested.

There's another check for CONFIG_MSM_SERIAL_DEBUGGER in
board-mahimahi.c. But I submitted a patch to drop that entire board file
in https://lkml.org/lkml/2014/5/14/631 .

 arch/arm/mach-msm/board-msm7x30.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c
index 46de789ad3ae..e3c646cc7765 100644
--- a/arch/arm/mach-msm/board-msm7x30.c
+++ b/arch/arm/mach-msm/board-msm7x30.c
@@ -125,7 +125,7 @@ struct msm_gpiomux_config msm_gpiomux_configs[GPIOMUX_NGPIOS] = {
 static struct platform_device *devices[] __initdata = {
 	&msm_clock_7x30,
 	&msm_device_gpio_7x30,
-#if defined(CONFIG_SERIAL_MSM) || defined(CONFIG_MSM_SERIAL_DEBUGGER)
+#if defined(CONFIG_SERIAL_MSM)
         &msm_device_uart2,
 #endif
 	&msm_device_smd,
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: msm: remove check for CONFIG_MSM_SERIAL_DEBUGGER
@ 2014-05-15 10:39 ` Paul Bolle
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Bolle @ 2014-05-15 10:39 UTC (permalink / raw)
  To: linux-arm-kernel

An (optional) check for CONFIG_MSM_SERIAL_DEBUGGER was added in v2.6.35.
But the related Kconfig symbol was never added to the tree. This check
will always evaluate to false. Remove it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested.

There's another check for CONFIG_MSM_SERIAL_DEBUGGER in
board-mahimahi.c. But I submitted a patch to drop that entire board file
in https://lkml.org/lkml/2014/5/14/631 .

 arch/arm/mach-msm/board-msm7x30.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c
index 46de789ad3ae..e3c646cc7765 100644
--- a/arch/arm/mach-msm/board-msm7x30.c
+++ b/arch/arm/mach-msm/board-msm7x30.c
@@ -125,7 +125,7 @@ struct msm_gpiomux_config msm_gpiomux_configs[GPIOMUX_NGPIOS] = {
 static struct platform_device *devices[] __initdata = {
 	&msm_clock_7x30,
 	&msm_device_gpio_7x30,
-#if defined(CONFIG_SERIAL_MSM) || defined(CONFIG_MSM_SERIAL_DEBUGGER)
+#if defined(CONFIG_SERIAL_MSM)
         &msm_device_uart2,
 #endif
 	&msm_device_smd,
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-15 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-15 10:39 [PATCH] ARM: msm: remove check for CONFIG_MSM_SERIAL_DEBUGGER Paul Bolle
2014-05-15 10:39 ` Paul Bolle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.