aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-03-15 23:18:08 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-03-15 23:18:08 +0000
commit4333298965cd62585bec891a6a5c9f4c806fc6bd (patch)
tree01d739ed0e13c814f40ae38f6176f6feafc1f6b4 /arch
parent[ARM] 3365/1: [cleanup] header for compat.c exported functions (diff)
downloadlinux-dev-4333298965cd62585bec891a6a5c9f4c806fc6bd.tar.xz
linux-dev-4333298965cd62585bec891a6a5c9f4c806fc6bd.zip
[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 <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/kernel/setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
index c214dc56be4a..08974cbe9824 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;