ARM: includecheck fix: misc.c
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Wed, 8 Jul 2009 14:30:15 +0000 (20:00 +0530)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 25 Jul 2009 16:07:00 +0000 (17:07 +0100)
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>
arch/arm/boot/compressed/misc.c

index 9e6e512..17153b5 100644 (file)
@@ -29,7 +29,6 @@ unsigned int __machine_arch_type;
 
 static void putstr(const char *ptr);
 
-#include <linux/compiler.h>
 #include <mach/uncompress.h>
 
 #ifdef CONFIG_DEBUG_ICEDCC