2012-02-15 19:20:14

by Danny Kukawka

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
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 76e4ac1..626e7b0 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 {
--
1.7.8.3


2012-02-15 21:47:44

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] arch/sparc/kernel/unaligned_64.c: included linux/bitops.h twice

From: Danny Kukawka <[email protected]>
Date: Wed, 15 Feb 2012 20:20:04 +0100

> arch/sparc/kernel/unaligned_64.c included 'linux/bitops.h' twice,
> remove the duplicate.
>
> Signed-off-by: Danny Kukawka <[email protected]>

Applied, thanks.