Explorar o código

[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 %!s(int64=18) %!d(string=hai) anos
pai
achega
1274c1088e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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__