Skip to content

Commit

Permalink
[IA64] remove asm-ia64/bitops.h self-inclusion
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jon Mason authored and Tony Luck committed May 5, 2006
1 parent 3e6e155 commit 913ed41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-ia64/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

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

/**
Expand Down

0 comments on commit 913ed41

Please sign in to comment.