[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTilBd1ei3SYtBlpc9KQIz8vgXxa9rpA2wZCxq0qL@mail.gmail.com>
Date: Thu, 10 Jun 2010 10:33:14 -0600
From: Shane McDonald <mcdonald.shane@...il.com>
To: Christoph Egger <siccegge@...fau.de>
Cc: Ralf Baechle <ralf@...ux-mips.org>,
Yoichi Yuasa <yuasa@...ux-mips.org>, linux-mips@...ux-mips.org,
linux-kernel@...r.kernel.org, vamos@...informatik.uni-erlangen.de
Subject: Re: [PATCH 9/9] Removing dead CONFIG_MTD_PMC_MSP_RAMROOT
On Wed, Jun 9, 2010 at 5:23 AM, Christoph Egger <siccegge@...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@...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@...il.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists