Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753471Ab2EHJyG (ORCPT ); Tue, 8 May 2012 05:54:06 -0400 Received: from mail.southpole.se ([193.12.106.18]:56639 "EHLO mail.southpole.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753197Ab2EHJyD (ORCPT ); Tue, 8 May 2012 05:54:03 -0400 From: Jonas Bonn To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Cc: Jonas Bonn Subject: [PATCH 2/6] openrisc: remove unnecessary includes Date: Tue, 8 May 2012 11:54:01 +0200 Message-Id: <1336470845-13859-3-git-send-email-jonas@southpole.se> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1336470845-13859-1-git-send-email-jonas@southpole.se> References: <1336470845-13859-1-git-send-email-jonas@southpole.se> X-Assp-Version: 2.1.1(11364) on assp.southpole.se X-Assp-Client-SSL: yes X-Assp-ID: assp.southpole.se 70840-04552 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 988 Lines: 34 Signed-off-by: Jonas Bonn --- arch/openrisc/kernel/irq.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/openrisc/kernel/irq.c b/arch/openrisc/kernel/irq.c index 15c5ea3..e935b9d 100644 --- a/arch/openrisc/kernel/irq.c +++ b/arch/openrisc/kernel/irq.c @@ -14,15 +14,11 @@ * 2 of the License, or (at your option) any later version. */ -#include -#include #include #include #include #include #include -#include -#include #include #include #include -- 1.7.0.4 -- 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/