Skip to content

Commit

Permalink
[PATCH] m68knommu: removed include of system.h from bitops
Browse files Browse the repository at this point in the history
Remove include of asm/system.h, not needed.

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 9, 2007
1 parent 72613e5 commit 1274c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-m68knommu/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include <linux/compiler.h>
#include <asm/byteorder.h> /* swab32 */
#include <asm/system.h> /* save_flags */

#ifdef __KERNEL__

Expand Down

0 comments on commit 1274c10

Please sign in to comment.