From: Jaswinder Singh Rajput Date: Wed, 8 Jul 2009 14:30:15 +0000 (+0530) Subject: ARM: includecheck fix: misc.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=81566a060bb8f989cc369ea28837b05bd4adcedb;p=deliverable%2Flinux.git 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 Signed-off-by: Russell King --- diff --git a/arch/arm/boot/compressed/misc.c b/arch/arm/boot/compressed/misc.c index 9e6e512f0117..17153b54613b 100644 --- a/arch/arm/boot/compressed/misc.c +++ b/arch/arm/boot/compressed/misc.c @@ -29,7 +29,6 @@ unsigned int __machine_arch_type; static void putstr(const char *ptr); -#include #include #ifdef CONFIG_DEBUG_ICEDCC