aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pmcs-msp71xx
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-05-20 07:34:36 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-05-23 09:12:39 -0400
commit261cbc97abc673e575ef6a1a95ed6ada68f04e78 (patch)
treecb4b401b6f6e866f31bff638ecd8849f64fe6594 /arch/mips/pmcs-msp71xx
parentaf59674f64db85c31583b49f0b36c158e6e8d9eb (diff)
MIPS: Remove CONFIG_PMCTWILED completely
Commit 8b284dbc2200 ("MIPS: PNX Removing dead CONFIG_PMCTWILED") missed one reference to CONFIG_PMCTWILED in the code. It also missed one related reference to pmctwiled_setup(). Remove these references now. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/6957/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pmcs-msp71xx')
-rw-r--r--arch/mips/pmcs-msp71xx/msp_setup.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/pmcs-msp71xx/msp_setup.c b/arch/mips/pmcs-msp71xx/msp_setup.c
index 7e980767679c..ba9d518dc624 100644
--- a/arch/mips/pmcs-msp71xx/msp_setup.c
+++ b/arch/mips/pmcs-msp71xx/msp_setup.c
@@ -27,7 +27,6 @@
27#endif 27#endif
28 28
29extern void msp_serial_setup(void); 29extern void msp_serial_setup(void);
30extern void pmctwiled_setup(void);
31 30
32#if defined(CONFIG_PMC_MSP7120_EVAL) || \ 31#if defined(CONFIG_PMC_MSP7120_EVAL) || \
33 defined(CONFIG_PMC_MSP7120_GW) || \ 32 defined(CONFIG_PMC_MSP7120_GW) || \
@@ -235,12 +234,4 @@ void __init prom_init(void)
235 register_smp_ops(&msp_smtc_smp_ops); 234 register_smp_ops(&msp_smtc_smp_ops);
236#endif 235#endif
237 } 236 }
238
239#ifdef CONFIG_PMCTWILED
240 /*
241 * Setup LED states before the subsys_initcall loads other
242 * dependent drivers/modules.
243 */
244 pmctwiled_setup();
245#endif
246} 237}