From patchwork Tue Sep 30 01:35:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 4999771 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0C0ECBEEA6 for ; Tue, 30 Sep 2014 01:38:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3644E201FB for ; Tue, 30 Sep 2014 01:38:41 +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 69264201CE for ; Tue, 30 Sep 2014 01:38:40 +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 1XYmMb-0003ei-4f; Tue, 30 Sep 2014 01:36:25 +0000 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XYmMY-0003WO-2g for linux-arm-kernel@lists.infradead.org; Tue, 30 Sep 2014 01:36:22 +0000 Received: by mail-pa0-f53.google.com with SMTP id kq14so6558598pab.26 for ; Mon, 29 Sep 2014 18:36:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ryJOCp1uz622KJVc2bMO4cNzgX1V7s7jKtNeTnPp3+k=; b=v946hMEdW3Zq5OMA42x3GG2oehanH9cE3h/N7q1/xIgnUTVAANawZIK2XpRIjV4fXH EW0g4qkEvQRKdfaKsFjKGBEQq30yQv8S7d1D6HmpOJLDZiltxRxmEj10YXumVxPSojzb 11tIVt4L7IkAT2XimkVShmjV1extgefSL/8ThJJJusa4Kzy4t22mIatz/HqEDTZm8L+5 bapO3GtYO34yj25yRm774SHs7poVbmA/po+9pv6eIuAWiy3qH+vVEPCet+ZWbqQSnJl0 p3G6WmoyU+gNDvvX3ynOGY73Di33+BfRtV7kGyGmDphAXbkbAcEkMdtcEo34MiNkqRNb JRWw== X-Received: by 10.68.171.33 with SMTP id ar1mr19923206pbc.148.1412040961182; Mon, 29 Sep 2014 18:36:01 -0700 (PDT) Received: from ld-irv-0074.broadcom.com (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPSA id ip3sm13486258pbc.58.2014.09.29.18.36.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Sep 2014 18:36:00 -0700 (PDT) From: Brian Norris To: Subject: [PATCH 4/5] ARM: vexpress: drop unnecessary include Date: Mon, 29 Sep 2014 18:35:29 -0700 Message-Id: <1412040930-16864-5-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412040930-16864-1-git-send-email-computersforpeace@gmail.com> References: <1412040930-16864-1-git-send-email-computersforpeace@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140929_183622_161036_E0A1AB14 X-CRM114-Status: GOOD ( 10.90 ) X-Spam-Score: -0.8 (/) Cc: Nicolas Pitre , Brian Norris , Russell King , Linux Kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 is only being included because of the implicit requirements of v7_exit_coherency_flush(). Now that the implicit include is provided for us, we can drop it from our explicit list. Signed-off-by: Brian Norris Cc: Nicolas Pitre --- arch/arm/mach-vexpress/dcscb.c | 1 - arch/arm/mach-vexpress/tc2_pm.c | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm/mach-vexpress/dcscb.c b/arch/arm/mach-vexpress/dcscb.c index 30b993399ed7..28b0a33c91e1 100644 --- a/arch/arm/mach-vexpress/dcscb.c +++ b/arch/arm/mach-vexpress/dcscb.c @@ -22,7 +22,6 @@ #include #include #include -#include #define RST_HOLD0 0x0 diff --git a/arch/arm/mach-vexpress/tc2_pm.c b/arch/arm/mach-vexpress/tc2_pm.c index 2fb78b4648cb..bc596f7d0d85 100644 --- a/arch/arm/mach-vexpress/tc2_pm.c +++ b/arch/arm/mach-vexpress/tc2_pm.c @@ -26,7 +26,6 @@ #include #include #include -#include #include