From: Christoph Egger Date: Wed, 9 Jun 2010 11:23:27 +0000 (+0200) Subject: MIPS: MSP71xx: Remove dead CONFIG_MTD_PMC_MSP_RAMROOT X-Git-Tag: v3.0~4142^2~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6a033c1cac98be10634e7f82fe0269c8adaf3e5;p=platform%2Fkernel%2Flinux-amlogic.git MIPS: MSP71xx: Remove dead CONFIG_MTD_PMC_MSP_RAMROOT CONFIG_MTD_PMC_MSP_RAMROOT doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger To: Ralf Baechle , Yoichi Yuasa , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Cc: vamos@i4.informatik.uni-erlangen.de Acked-by: Shane McDonald Patchwork: https://patchwork.linux-mips.org/patch/1375/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/pmc-sierra/msp71xx/msp_prom.h b/arch/mips/include/asm/pmc-sierra/msp71xx/msp_prom.h index 54ef1a9..786d82d 100644 --- a/arch/mips/include/asm/pmc-sierra/msp71xx/msp_prom.h +++ b/arch/mips/include/asm/pmc-sierra/msp71xx/msp_prom.h @@ -124,10 +124,6 @@ extern void prom_meminit(void); extern void prom_fixup_mem_map(unsigned long start_mem, unsigned long end_mem); -#ifdef CONFIG_MTD_PMC_MSP_RAMROOT -extern bool get_ramroot(void **start, unsigned long *size); -#endif - extern int get_ethernet_addr(char *ethaddr_name, char *ethernet_addr); extern unsigned long get_deviceid(void); extern char identify_enet(unsigned long interface_num);