From: Greg Ungerer <gerg@snapgear.com> Date: Wed, 7 Feb 2007 02:03:14 +0000 (+1000) Subject: [PATCH] m68knommu: removed include of system.h from bitops X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1274c1088e54aa178d8546a3830fb533062d01f4;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [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> --- diff --git a/include/asm-m68knommu/bitops.h b/include/asm-m68knommu/bitops.h index d7fa7d9c0e0..7d6075d9b5c 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__