浏览代码

[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>
Jon Mason 19 年之前
父节点
当前提交
913ed41eb5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/asm-ia64/bitops.h

+ 0 - 1
include/asm-ia64/bitops.h

@@ -11,7 +11,6 @@
 
 #include <linux/compiler.h>
 #include <linux/types.h>
-#include <asm/bitops.h>
 #include <asm/intrinsics.h>
 
 /**