Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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>

authored by

Ben Dooks and committed by
Russell King
43332989 0fc1c832

-1
-1
arch/arm/kernel/setup.c
··· 55 55 __setup("fpe=", fpe_setup); 56 56 #endif 57 57 58 - extern unsigned int mem_fclk_21285; 59 58 extern void paging_init(struct meminfo *, struct machine_desc *desc); 60 59 extern void reboot_setup(char *str); 61 60 extern int root_mountflags;