From patchwork Fri Apr 18 02:30:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Elder X-Patchwork-Id: 4012941 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3ED919F319 for ; Fri, 18 Apr 2014 02:33:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 812262035D for ; Fri, 18 Apr 2014 02:33:58 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A73122035C for ; Fri, 18 Apr 2014 02:33:57 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wayan-0005qh-2A; Fri, 18 Apr 2014 02:31:53 +0000 Received: from mail-ie0-f172.google.com ([209.85.223.172]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WayZi-0004SQ-27 for linux-arm-kernel@lists.infradead.org; Fri, 18 Apr 2014 02:30:46 +0000 Received: by mail-ie0-f172.google.com with SMTP id as1so1178409iec.31 for ; Thu, 17 Apr 2014 19:30:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=9eASbLfzLkSHOr/AYCCK6xsQAjQ27hGWNzwN0cnIXsg=; b=mrxjC6EAMYLG8rvwtQGDpO++BHUKsoF7MWynidATWfofYU94K1LJ6KVk6pGMq4m3HG nK0Yc23h5ApUctFAymHx9KnpEcESqI7LezgbUHG/BTbdHyBiF0AoLK2GyU4M7xBLCXww WtdNLcHZc3q+jj14sDh1DUWvY9qqOJyOu7f8qhvR7cAJGzJ9fWdzOnF6+l3Kyqf0Dm7t 6HR+FZyanD/ObTs9sNWRjoF41xYs82wwDKckBvvEkl5tKMiOTH7qQfySI/oorCEZQwjU pScGgQ633yUI8hi+S0AC1Hm7RwGt2jJe8elZpBvWRlb0j6yxeCARat3CsFXr+ZDdy8Mp t6oA== X-Gm-Message-State: ALoCoQmJadS4kvRtzJkuG0k52I889dSSJj9m1pM93Xd7WPP1V2WiH1bGNUOOqN1qseK9Yrqzvv0l X-Received: by 10.50.82.73 with SMTP id g9mr1276301igy.0.1397788224822; Thu, 17 Apr 2014 19:30:24 -0700 (PDT) Received: from localhost.localdomain (c-71-195-31-37.hsd1.mn.comcast.net. [71.195.31.37]) by mx.google.com with ESMTPSA id m8sm673967igx.9.2014.04.17.19.30.23 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Apr 2014 19:30:24 -0700 (PDT) From: Alex Elder To: bcm@fixthebug.org, mporter@linaro.org Subject: [PATCH 07/10] ARM: bcm: tidy up a few includes Date: Thu, 17 Apr 2014 21:30:12 -0500 Message-Id: <1397788215-20279-8-git-send-email-elder@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1397788215-20279-1-git-send-email-elder@linaro.org> References: <1397788215-20279-1-git-send-email-elder@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140417_193046_144369_8FF6C0FF X-CRM114-Status: GOOD ( 10.70 ) X-Spam-Score: -0.7 (/) Cc: bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Clean up a few header file includes, eliminating a few that are not really needed and putting in their place some that are. Signed-off-by: Alex Elder Reviewed-by: Matt Porter --- arch/arm/mach-bcm/board_bcm21664.c | 3 +-- arch/arm/mach-bcm/kona.c | 5 +++-- arch/arm/mach-bcm/kona.h | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-bcm/board_bcm21664.c b/arch/arm/mach-bcm/board_bcm21664.c index acc1573..ab96c3f 100644 --- a/arch/arm/mach-bcm/board_bcm21664.c +++ b/arch/arm/mach-bcm/board_bcm21664.c @@ -11,13 +11,12 @@ * GNU General Public License for more details. */ -#include #include #include #include +#include -#include "bcm_kona_smc.h" #include "kona.h" #define RSTMGR_DT_STRING "brcm,bcm21664-resetmgr" diff --git a/arch/arm/mach-bcm/kona.c b/arch/arm/mach-bcm/kona.c index 60b5dd5..b319703 100644 --- a/arch/arm/mach-bcm/kona.c +++ b/arch/arm/mach-bcm/kona.c @@ -11,11 +11,12 @@ * GNU General Public License for more details. */ -#include + +#include +#include #include #include "bcm_kona_smc.h" -#include "kona.h" void __init kona_l2_cache_init(void) { diff --git a/arch/arm/mach-bcm/kona.h b/arch/arm/mach-bcm/kona.h index 110185f..bcdcf06 100644 --- a/arch/arm/mach-bcm/kona.h +++ b/arch/arm/mach-bcm/kona.h @@ -12,6 +12,7 @@ */ #ifdef CONFIG_ARCH_BCM_MOBILE_L2_CACHE +#include void __init kona_l2_cache_init(void); #else