From patchwork Fri Sep 28 10:22:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10619647 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5CD7F913 for ; Fri, 28 Sep 2018 11:06:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5019528613 for ; Fri, 28 Sep 2018 11:06:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 42BAA2B1AE; Fri, 28 Sep 2018 11:06:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id CCCD928613 for ; Fri, 28 Sep 2018 11:06:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=+xgEN13nlaQzwP3ssahIH0cqK8gh0dS/FoXqpV8OPnc=; b=KzyHDv/c9ORy3kj/+xyNxLqzIz qKeYfrKHdP5682CZQRgdoWZWT1bh/rxbcPAXm0PX28qlvsuVZfjva5tJwtSL1v0IhlNW2FKMPSadS SM2JGPjvVtJ1gWb7kS9ALIPWo6Wk8Xvz8dxtx0bkIlP8sRvdUwEIOH6FUjIQ1nQJ6QDN9uPOhfmNT KsH54H3exchS7JvSvJ9/Jl0+MWszL9NppIdnRlD2XjddvUecAM2xrJcRbt+Obnhm7w6TqljF1kOjy SFJ6saBuzmvbF/35uMcNTo2tXBW2XWnxulFCdeW3UcS8Ith5ACnbs99Ev0XjFQ0N56sW/oUDPGKGT iJz+JpqA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g5qb6-0001PM-If; Fri, 28 Sep 2018 11:06:12 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g5qa7-0007QZ-2e for linux-arm-kernel@lists.infradead.org; Fri, 28 Sep 2018 11:06:08 +0000 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 0988B25BF18; Fri, 28 Sep 2018 20:22:55 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1538130175; bh=Ar6NpR8hBsyJ5edQ/lkdN4x256Hf1gnd84G6VmGzIf8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IUixYQ1+fZYzxGwuMf9iYE26USAeCQyGLPkuytQ05uFg7BQw/qofTXz450T+H3u69 pCTpnstbI6o0xXBEi4hlPtdJKF7wL+81/UKjg41nymmmBMoDKQ0s9mfI5SoSr7S/r5 6DcSCDoGVMazJZG33rpCZePA8NyXssv9h5G8k6cE= Received: by reginn.horms.nl (Postfix, from userid 7100) id DE4DC940151; Fri, 28 Sep 2018 12:22:52 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Subject: [PATCH 1/7] ARM: shmobile: r8a7779: Remove unused includes Date: Fri, 28 Sep 2018 12:22:43 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180928_040511_313374_21BACBC0 X-CRM114-Status: UNSURE ( 9.25 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Simon Horman , Magnus Damm , Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven Presumable unused since commit c99cd90d98a98aa1 ("ARM: shmobile: r8a7779: Remove legacy SoC code"). Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm/mach-shmobile/setup-r8a7779.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index d589326099e0..b13ec9088ce5 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c @@ -7,9 +7,7 @@ * Copyright (C) 2013 Cogent Embedded, Inc. */ #include -#include #include -#include #include #include