diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-07-08 20:00:15 +0530 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-25 17:07:00 +0100 |
commit | 81566a060bb8f989cc369ea28837b05bd4adcedb (patch) | |
tree | 664472831453377911a4ae456ba2cfede22ec089 | |
parent | 3174c88af4b6b2e81cacfaa2bb90cc7abe36f1cc (diff) | |
download | blackbird-op-linux-81566a060bb8f989cc369ea28837b05bd4adcedb.tar.gz blackbird-op-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>
-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 |