Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755080Ab2BOTUO (ORCPT ); Wed, 15 Feb 2012 14:20:14 -0500 Received: from wp188.webpack.hosteurope.de ([80.237.132.195]:60109 "EHLO wp188.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754931Ab2BOTUL (ORCPT ); Wed, 15 Feb 2012 14:20:11 -0500 From: Danny Kukawka To: "David S. Miller" Cc: Danny Kukawka , Ingo Molnar , Joe Perches , Peter Zijlstra , sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] arch/sparc/kernel/unaligned_64.c: included linux/bitops.h twice Date: Wed, 15 Feb 2012 20:20:04 +0100 Message-Id: <1329333604-31883-1-git-send-email-danny.kukawka@bisect.de> X-Mailer: git-send-email 1.7.8.3 X-bounce-key: webpack.hosteurope.de;danny.kukawka@bisect.de;1329333611;3946f339; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 869 Lines: 28 arch/sparc/kernel/unaligned_64.c included 'linux/bitops.h' twice, remove the duplicate. Signed-off-by: Danny Kukawka --- 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 #include #include -#include #include enum direction { -- 1.7.8.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/