diff options
author | Jon Mason <jdmason@us.ibm.com> | 2006-05-03 18:26:58 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-05-05 14:37:15 -0400 |
commit | 913ed41eb5c948d2f8b5deffd29c2638eceef3d7 (patch) | |
tree | 1389f4758f41ff61ee098d574a69f9a81eeda7f8 /include/asm-ia64 | |
parent | 3e6e155646706f1ef9f791a4402d145f112a3f8d (diff) |
[IA64] remove asm-ia64/bitops.h self-inclusion
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>
Diffstat (limited to 'include/asm-ia64')
-rw-r--r-- | include/asm-ia64/bitops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ia64/bitops.h b/include/asm-ia64/bitops.h index 90921e162793..6cc517e212a9 100644 --- a/include/asm-ia64/bitops.h +++ b/include/asm-ia64/bitops.h | |||
@@ -11,7 +11,6 @@ | |||
11 | 11 | ||
12 | #include <linux/compiler.h> | 12 | #include <linux/compiler.h> |
13 | #include <linux/types.h> | 13 | #include <linux/types.h> |
14 | #include <asm/bitops.h> | ||
15 | #include <asm/intrinsics.h> | 14 | #include <asm/intrinsics.h> |
16 | 15 | ||
17 | /** | 16 | /** |