From: Ben Dooks Date: Wed, 15 Mar 2006 23:18:08 +0000 (+0000) Subject: [ARM] 3362/1: [cleanup] - duplicate decleration of mem_fclk_21285 X-Git-Tag: v2.6.16~25^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4333298965cd62585bec891a6a5c9f4c806fc6bd;p=linux-2.6-omap-h63xx.git [ARM] 3362/1: [cleanup] - duplicate decleration of mem_fclk_21285 Patch from Ben Dooks arch/arm/kernel/setup.c declares mem_fclk_21285 when this is already declared in include/asm-arm/system.h Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index c214dc56be4..08974cbe982 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c @@ -55,7 +55,6 @@ static int __init fpe_setup(char *line) __setup("fpe=", fpe_setup); #endif -extern unsigned int mem_fclk_21285; extern void paging_init(struct meminfo *, struct machine_desc *desc); extern void reboot_setup(char *str); extern int root_mountflags;