浏览代码

[PATCH] m68knommu: removed include of system.h from bitops

Remove include of asm/system.h, not needed.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Greg Ungerer 18 年之前
父节点
当前提交
1274c1088e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/asm-m68knommu/bitops.h

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

@@ -7,7 +7,6 @@
 
 #include <linux/compiler.h>
 #include <asm/byteorder.h>	/* swab32 */
-#include <asm/system.h>		/* save_flags */
 
 #ifdef __KERNEL__