Skip to content

Commit

Permalink
[ARM] 3362/1: [cleanup] - duplicate decleration of mem_fclk_21285
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Russell King committed Mar 15, 2006
1 parent 0fc1c83 commit 4333298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4333298

Please sign in to comment.