Commit 913ed41eb5c948d2f8b5deffd29c2638eceef3d7

Authored by Jon Mason
Committed by Tony Luck
1 parent 3e6e155646

[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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/asm-ia64/bitops.h
... ... @@ -11,7 +11,6 @@
11 11  
12 12 #include <linux/compiler.h>
13 13 #include <linux/types.h>
14   -#include <asm/bitops.h>
15 14 #include <asm/intrinsics.h>
16 15  
17 16 /**