[PATCH] m68knommu: removed include of system.h from bitops
authorGreg Ungerer <gerg@snapgear.com>
Wed, 7 Feb 2007 02:03:14 +0000 (12:03 +1000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 9 Feb 2007 18:45:33 +0000 (10:45 -0800)
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>
include/asm-m68knommu/bitops.h

index d7fa7d9c0e0f0c87c80e82366be1b800b6de01aa..7d6075d9b5cb8998faa785d68a8392dd2115ab00 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <linux/compiler.h>
 #include <asm/byteorder.h>     /* swab32 */
-#include <asm/system.h>                /* save_flags */
 
 #ifdef __KERNEL__