diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-07-08 16:30:15 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-25 18:07:00 +0200 |
commit | 81566a060bb8f989cc369ea28837b05bd4adcedb (patch) | |
tree | 664472831453377911a4ae456ba2cfede22ec089 /arch/arm/boot | |
parent | [ARM] 5611/1: ep93xx: update ts72xx nor flash support (diff) | |
download | linux-81566a060bb8f989cc369ea28837b05bd4adcedb.tar.xz linux-81566a060bb8f989cc369ea28837b05bd4adcedb.zip |
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/compressed/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/compiler.h> #include <mach/uncompress.h> #ifdef CONFIG_DEBUG_ICEDCC |