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

ARM: includecheck fix: misc.c

fix the following 'make includecheck' warning:

arch/arm/boot/compressed/misc.c: linux/compiler.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Jaswinder Singh Rajput and committed by
Russell King
81566a06 3174c88a

-1
-1
arch/arm/boot/compressed/misc.c
··· 29 29 30 30 static void putstr(const char *ptr); 31 31 32 - #include <linux/compiler.h> 33 32 #include <mach/uncompress.h> 34 33 35 34 #ifdef CONFIG_DEBUG_ICEDCC