projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81566a0
)
ARM: includecheck fix: atomic.h
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Wed, 8 Jul 2009 14:31:39 +0000
(20:01 +0530)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 25 Jul 2009 16:07:01 +0000
(17:07 +0100)
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>
arch/arm/include/asm/atomic.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/atomic.h
b/arch/arm/include/asm/atomic.h
index 9e07fe50702913f6324b21faa9dbee4640334b20..9ed2377fe8e54b26fca9fc2ec6a9b6694fb17533 100644
(file)
--- 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