diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2011-01-27 15:13:22 -0500 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-01-28 14:28:23 -0500 |
commit | 07a3cc4814f790354d4c7be2c9dc6143a714a07a (patch) | |
tree | 5ad3c572cbb4a9b0ef1280adc1fbdaf9830bb867 /arch/arm/mach-msm/board-trout.c | |
parent | f689ac98777b8ca7278c1099dfc2ebecde397523 (diff) |
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-trout.c')
-rw-r--r-- | arch/arm/mach-msm/board-trout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/board-trout.c b/arch/arm/mach-msm/board-trout.c index 73f146066542..8448687f5a42 100644 --- a/arch/arm/mach-msm/board-trout.c +++ b/arch/arm/mach-msm/board-trout.c | |||
@@ -92,8 +92,6 @@ static void __init trout_map_io(void) | |||
92 | } | 92 | } |
93 | 93 | ||
94 | MACHINE_START(TROUT, "HTC Dream") | 94 | MACHINE_START(TROUT, "HTC Dream") |
95 | #ifdef CONFIG_MSM_DEBUG_UART | ||
96 | #endif | ||
97 | .boot_params = 0x10000100, | 95 | .boot_params = 0x10000100, |
98 | .fixup = trout_fixup, | 96 | .fixup = trout_fixup, |
99 | .map_io = trout_map_io, | 97 | .map_io = trout_map_io, |