diff options
author | Danny Kukawka <danny.kukawka@bisect.de> | 2012-02-15 10:20:04 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-15 22:46:58 +0100 |
commit | b4096504c2b6945c41eae99f85f4ec64ac19bfce (patch) | |
tree | 95991976bbf3ad7223731b10010926ac8c19aa21 /arch/sparc/kernel/unaligned_64.c | |
parent | i387: fix sense of sanity check (diff) | |
download | linux-b4096504c2b6945c41eae99f85f4ec64ac19bfce.tar.xz linux-b4096504c2b6945c41eae99f85f4ec64ac19bfce.zip |
arch/sparc/kernel/unaligned_64.c: included linux/bitops.h twice
arch/sparc/kernel/unaligned_64.c included 'linux/bitops.h' twice,
remove the duplicate.
Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/unaligned_64.c')
-rw-r--r-- | arch/sparc/kernel/unaligned_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/kernel/unaligned_64.c b/arch/sparc/kernel/unaligned_64.c index 76e4ac1a13e1..626e7b06d6b1 100644 --- a/arch/sparc/kernel/unaligned_64.c +++ b/arch/sparc/kernel/unaligned_64.c @@ -22,7 +22,6 @@ #include <linux/bitops.h> #include <linux/perf_event.h> #include <linux/ratelimit.h> -#include <linux/bitops.h> #include <asm/fpumacro.h> enum direction { |