diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2011-01-27 20:13:22 (GMT) |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-01-28 19:28:23 (GMT) |
commit | 07a3cc4814f790354d4c7be2c9dc6143a714a07a (patch) | |
tree | 5ad3c572cbb4a9b0ef1280adc1fbdaf9830bb867 /arch/arm/mach-msm/board-sapphire.c | |
parent | f689ac98777b8ca7278c1099dfc2ebecde397523 (diff) | |
download | linux-fsl-qoriq-07a3cc4814f790354d4c7be2c9dc6143a714a07a.tar.xz |
msm: Clean up useless ifdefs
Remove ifdefs that do nothing, either from having the code
between them previously removed, or from having been
accidentally added to the wrong file.
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/board-sapphire.c')
-rw-r--r-- | arch/arm/mach-msm/board-sapphire.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/board-sapphire.c b/arch/arm/mach-msm/board-sapphire.c index 8919ffb..6781ca8 100644 --- a/arch/arm/mach-msm/board-sapphire.c +++ b/arch/arm/mach-msm/board-sapphire.c @@ -105,8 +105,6 @@ static void __init sapphire_map_io(void) MACHINE_START(SAPPHIRE, "sapphire") /* Maintainer: Brian Swetland <swetland@google.com> */ -#ifdef CONFIG_MSM_DEBUG_UART -#endif .boot_params = PHYS_OFFSET + 0x100, .fixup = sapphire_fixup, .map_io = sapphire_map_io, |