Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Jon Mason and committed by
Tony Luck
913ed41e 3e6e1556

-1
-1
include/asm-ia64/bitops.h
··· 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 /**