projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72613e5
)
[PATCH] m68knommu: removed include of system.h from bitops
author
Greg Ungerer
<gerg@snapgear.com>
Wed, 7 Feb 2007 02:03:14 +0000
(12:03 +1000)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/include/asm-m68knommu/bitops.h
b/include/asm-m68knommu/bitops.h
index d7fa7d9c0e0f0c87c80e82366be1b800b6de01aa..7d6075d9b5cb8998faa785d68a8392dd2115ab00 100644
(file)
--- 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__