diff options
author | Jaswinder Singh Rajput | 2009-07-08 20:01:39 +0530 |
---|---|---|
committer | Russell King | 2009-07-25 17:07:01 +0100 |
commit | feecaf73bb437cf72a44bd71598c6532d357f78e (patch) | |
tree | 83665c863a312f1c7acb00dd506c849f13ca7671 /arch/arm | |
parent | 81566a060bb8f989cc369ea28837b05bd4adcedb (diff) |
ARM: includecheck fix: atomic.h
fix the following 'make includecheck' warning:
arch/arm/include/asm/atomic.h: asm/system.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')
-rw-r--r-- | arch/arm/include/asm/atomic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/atomic.h b/arch/arm/include/asm/atomic.h index 9e07fe507029..9ed2377fe8e5 100644 --- a/arch/arm/include/asm/atomic.h +++ b/arch/arm/include/asm/atomic.h @@ -159,8 +159,6 @@ static inline void atomic_clear_mask(unsigned long mask, unsigned long *addr) #else /* ARM_ARCH_6 */ -#include <asm/system.h> - #ifdef CONFIG_SMP #error SMP not supported on pre-ARMv6 CPUs #endif |