From patchwork Tue Feb 9 18:45:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 8264831 Return-Path: X-Original-To: patchwork-linux-renesas-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 465F6BEEE5 for ; Tue, 9 Feb 2016 18:45:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AB76020251 for ; Tue, 9 Feb 2016 18:45:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A06D52015E for ; Tue, 9 Feb 2016 18:45:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753374AbcBISpH (ORCPT ); Tue, 9 Feb 2016 13:45:07 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:34337 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755943AbcBISpG (ORCPT ); Tue, 9 Feb 2016 13:45:06 -0500 Received: from ayla.of.borg ([84.195.106.123]) by andre.telenet-ops.be with bizsmtp id GJl21s00H2fm56U01Jl2rl; Tue, 09 Feb 2016 19:45:03 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.82) (envelope-from ) id 1aTDHa-0004Wn-9F; Tue, 09 Feb 2016 19:45:02 +0100 Received: from geert by ramsan with local (Exim 4.82) (envelope-from ) id 1aTDHd-0007H9-Im; Tue, 09 Feb 2016 19:45:05 +0100 From: Geert Uytterhoeven To: Simon Horman , Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH] ARM: shmobile: r8a7740: Remove obsolete #include Date: Tue, 9 Feb 2016 19:45:04 +0100 Message-Id: <1455043504-27933-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 1.9.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, 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 As of commit 540977ae9746e60c ("ARM: shmobile: r8a7740: Migrate to generic l2c OF initialization"), no l2x0 functionality is used from platform code, so the include can be removed. Signed-off-by: Geert Uytterhoeven --- As you plan to respin renesas-dt-for-v4.6, perhaps this can still be folded in the original commit? arch/arm/mach-shmobile/setup-r8a7740.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 496569f9d578b863..3e71cd4168dd00cb 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "common.h"