Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 913ed41e authored by Jon Mason's avatar Jon Mason Committed by Tony Luck
Browse files

[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: default avatarJon Mason <jdmason@us.ibm.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 3e6e1556
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@

#include <linux/compiler.h>
#include <linux/types.h>
#include <asm/bitops.h>
#include <asm/intrinsics.h>

/**