diff options
author | Christoph Egger <siccegge@cs.fau.de> | 2010-06-09 07:23:27 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:01 -0400 |
commit | e6a033c1cac98be10634e7f82fe0269c8adaf3e5 (patch) | |
tree | c6c491e81ae0186ebbcc01aa5adf2549ea844d1d /arch/mips | |
parent | bc7cb37788533e43e7c5f6063c928abcd11a6ae1 (diff) |
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 <siccegge@cs.fau.de>
To: Ralf Baechle <ralf@linux-mips.org>,
Yoichi Yuasa <yuasa@linux-mips.org>, linux-mips@linux-mips.org,
linux-kernel@vger.kernel.org
Cc: vamos@i4.informatik.uni-erlangen.de
Acked-by: Shane McDonald <mcdonald.shane@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/1375/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/pmc-sierra/msp71xx/msp_prom.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 54ef1a96d7ce..786d82daf8d6 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); | |||
124 | extern void prom_fixup_mem_map(unsigned long start_mem, | 124 | extern void prom_fixup_mem_map(unsigned long start_mem, |
125 | unsigned long end_mem); | 125 | unsigned long end_mem); |
126 | 126 | ||
127 | #ifdef CONFIG_MTD_PMC_MSP_RAMROOT | ||
128 | extern bool get_ramroot(void **start, unsigned long *size); | ||
129 | #endif | ||
130 | |||
131 | extern int get_ethernet_addr(char *ethaddr_name, char *ethernet_addr); | 127 | extern int get_ethernet_addr(char *ethaddr_name, char *ethernet_addr); |
132 | extern unsigned long get_deviceid(void); | 128 | extern unsigned long get_deviceid(void); |
133 | extern char identify_enet(unsigned long interface_num); | 129 | extern char identify_enet(unsigned long interface_num); |