From patchwork Sat Oct 20 23:34:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 1622201 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id AC74E40135 for ; Sat, 20 Oct 2012 23:38:06 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TPiZx-00046r-5F; Sat, 20 Oct 2012 23:35:41 +0000 Received: from mail.serverraum.org ([78.47.150.89]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TPiZk-00046B-3Y for linux-arm-kernel@lists.infradead.org; Sat, 20 Oct 2012 23:35:29 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.serverraum.org (Postfix) with ESMTP id 15E603F053; Sun, 21 Oct 2012 01:35:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.serverraum.org Received: from mail.serverraum.org ([127.0.0.1]) by localhost (web.serverraum.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CACmkb4eDFus; Sun, 21 Oct 2012 01:35:24 +0200 (CEST) Received: from thanatos.fritz.box (95-89-249-28-dynip.superkabel.de [95.89.249.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.serverraum.org (Postfix) with ESMTPSA id 1BD323F04D; Sun, 21 Oct 2012 01:35:23 +0200 (CEST) From: Michael Walle To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/2] ARM: kirkwood: cleanup lsxl board includes Date: Sun, 21 Oct 2012 01:34:53 +0200 Message-Id: <1350776094-16778-1-git-send-email-michael@walle.cc> X-Mailer: git-send-email 1.7.2.5 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Andrew Lunn , Michael Walle , Jason Cooper X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Remove unneeded includes. These are leftovers from platform device registrations. Signed-off-by: Michael Walle --- arch/arm/mach-kirkwood/board-lsxl.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-kirkwood/board-lsxl.c b/arch/arm/mach-kirkwood/board-lsxl.c index 83d8975..64e5cc6 100644 --- a/arch/arm/mach-kirkwood/board-lsxl.c +++ b/arch/arm/mach-kirkwood/board-lsxl.c @@ -14,17 +14,9 @@ #include #include #include -#include -#include -#include -#include #include #include #include -#include -#include -#include -#include #include "common.h" #include "mpp.h"