aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2007-02-07 12:03:14 +1000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-09 10:45:33 -0800
commit1274c1088e54aa178d8546a3830fb533062d01f4 (patch)
tree0ad818141d700421c0ad25d53a29fa088672f663
parent[PATCH] uclinux: correctly remap bin_fmtflat exe allocated mem regions (diff)
downloadlinux-dev-1274c1088e54aa178d8546a3830fb533062d01f4.tar.xz
linux-dev-1274c1088e54aa178d8546a3830fb533062d01f4.zip
[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>
-rw-r--r--include/asm-m68knommu/bitops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-m68knommu/bitops.h b/include/asm-m68knommu/bitops.h
index d7fa7d9c0e0f..7d6075d9b5cb 100644
--- a/include/asm-m68knommu/bitops.h
+++ b/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__