[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>
This commit is contained in:
parent
72613e5f44
commit
1274c1088e
|
@ -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__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue