Browse Source

[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 years ago
parent
commit
1274c1088e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/asm-m68knommu/bitops.h

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

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