]> Git Repo - linux.git/commitdiff
[PATCH] m68knommu: removed include of system.h from bitops
authorGreg Ungerer <[email protected]>
Wed, 7 Feb 2007 02:03:14 +0000 (12:03 +1000)
committerLinus Torvalds <[email protected]>
Fri, 9 Feb 2007 18:45:33 +0000 (10:45 -0800)
Remove include of asm/system.h, not needed.

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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__
 
This page took 0.058316 seconds and 4 git commands to generate.