| To: | Christoph Egger <siccegge@cs.fau.de> |
|---|---|
| Subject: | Re: [PATCH 9/9] Removing dead CONFIG_MTD_PMC_MSP_RAMROOT |
| From: | Shane McDonald <mcdonald.shane@gmail.com> |
| Date: | Thu, 10 Jun 2010 10:33:14 -0600 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, Yoichi Yuasa <yuasa@linux-mips.org>, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, vamos@i4.informatik.uni-erlangen.de |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=e6G+WAp6BpYlk8xZ8cGGPLgar4GFV2vojsL9NX/Nx9w=; b=C6pMv3wuWoo7RBE1sL6uYkmQi/NZLzEVqD+tKEdrmVYKcg/bmGDXdfGyMm42j75dXO 79aP2Ufm+uu71J6gmxB8kzDgokmSybAzRiJb2hzIHp7OAC1NHgKvmF1ZccxwLhdp0jll 9NoBKp+ozpx5z7rY/ydCHSLh3xgl6CoRtfqiY= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=paUPrA5/CBX1LG2l6EIozFJz8mhT4gUpJN0xtR+huc3Uca/gpuv3ETThqKzE7pPvlq 3cQWMTqUUUjlDuzOS6Bj3S8bp1p/1ghZh7aBrIVC1JvalAKkllFLTqUhr+1fgejVv0Jr ZPwAWSnNwk3Bc7aOMAo/CCqnKjMzFaGbJCrdo= |
| In-reply-to: | <2f41f9174bd6ba24b5609e06e87c47d5f44446d1.1275925108.git.siccegge@cs.fau.de> |
| References: | <cover.1275925108.git.siccegge@cs.fau.de> <2f41f9174bd6ba24b5609e06e87c47d5f44446d1.1275925108.git.siccegge@cs.fau.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Wed, Jun 9, 2010 at 5:23 AM, Christoph Egger <siccegge@cs.fau.de> wrote: > > 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> > --- > .../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 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); > -- > 1.6.3.3 Good catch! This should have been included in the patch that removed the CONFIG_MTD_PMC_MSP_RAMROOT functionality: http://www.linux-mips.org/archives/linux-mips/2009-05/msg00024.html Acked-by: Shane McDonald <mcdonald.shane@gmail.com> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: zboot for brcm, Wu Zhangjin |
|---|---|
| Next by Date: | Re: [PATCH 5/9] Removing dead CONFIG_BLK_DEV_IDE, Shane McDonald |
| Previous by Thread: | [PATCH 9/9] Removing dead CONFIG_MTD_PMC_MSP_RAMROOT, Christoph Egger |
| Next by Thread: | Re: zboot for brcm, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |