Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 261cbc97 authored by Paul Bolle's avatar Paul Bolle Committed by Ralf Baechle
Browse files

MIPS: Remove CONFIG_PMCTWILED completely



Commit 8b284dbc ("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: default avatarPaul 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent af59674f
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -27,7 +27,6 @@
#endif
#endif


extern void msp_serial_setup(void);
extern void msp_serial_setup(void);
extern void pmctwiled_setup(void);


#if defined(CONFIG_PMC_MSP7120_EVAL) || \
#if defined(CONFIG_PMC_MSP7120_EVAL) || \
    defined(CONFIG_PMC_MSP7120_GW) || \
    defined(CONFIG_PMC_MSP7120_GW) || \
@@ -235,12 +234,4 @@ void __init prom_init(void)
		register_smp_ops(&msp_smtc_smp_ops);
		register_smp_ops(&msp_smtc_smp_ops);
#endif
#endif
	}
	}

#ifdef CONFIG_PMCTWILED
	/*
	 * Setup LED states before the subsys_initcall loads other
	 * dependent drivers/modules.
	 */
	pmctwiled_setup();
#endif
}
}