projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6e155
)
[IA64] remove asm-ia64/bitops.h self-inclusion
author
Jon Mason
<jdmason@us.ibm.com>
Wed, 3 May 2006 22:26:58 +0000
(17:26 -0500)
committer
Tony Luck
<tony.luck@intel.com>
Fri, 5 May 2006 18:37:15 +0000
(11:37 -0700)
asm-ia64/bitops.h includes itself. The #ifndef _ASM_IA64_BITOPS_H
prevents this from being an issue, but it should still be removed.
Signed-off-by: Jon Mason <jdmason@us.ibm.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/bitops.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-ia64/bitops.h
b/include/asm-ia64/bitops.h
index 90921e162793e22f4861e78ebda066d971c4fbc0..6cc517e212a92ee94e461c2e1944f3fe9af0c627 100644
(file)
--- a/
include/asm-ia64/bitops.h
+++ b/
include/asm-ia64/bitops.h
@@
-11,7
+11,6
@@
#include <linux/compiler.h>
#include <linux/types.h>
-#include <asm/bitops.h>
#include <asm/intrinsics.h>
/**