diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-07-08 14:09:37 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-08-24 18:09:36 (GMT) |
commit | 262334ae213b7e84da1d0f1c53c5ecb580fc19d0 (patch) | |
tree | 8622970441b0e23f6d670d077e1bd5979eb18be1 | |
parent | 8ead9f949d921f619ac474397531e799a1719e9d (diff) | |
download | linux-262334ae213b7e84da1d0f1c53c5ecb580fc19d0.tar.xz |
ARM: msm: remove reference to MSM_SERIAL_DEBUGGER
This is a dangling symbol in the kernel: there is no config option
for the MSM_SERIAL_DEBUGGER anywhere in the kernel.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/arm/mach-msm/board-msm7x30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c index 2458843..8f5ecdc 100644 --- a/arch/arm/mach-msm/board-msm7x30.c +++ b/arch/arm/mach-msm/board-msm7x30.c @@ -124,7 +124,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, |