Received: by 2002:ac0:a591:0:0:0:0:0 with SMTP id m17-v6csp1819154imm; Fri, 6 Jul 2018 07:06:10 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdASosjMGDJNLryOYNzghYxaQ+OmSTb+GatuxgFfett8tssBQikIHhKmzz/vkZqzSL/99A9 X-Received: by 2002:a65:6455:: with SMTP id s21-v6mr3360116pgv.394.1530885970312; Fri, 06 Jul 2018 07:06:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530885970; cv=none; d=google.com; s=arc-20160816; b=w3/u5Q5y3XPQ5OuijYYZAbc1giLd8JO7qmsv1kjjGWGE+FNMIwZ90A/sM2xB8or+qu YcDa166JnZs1RssTu6P3/1eqmSl1Xau0TdGUDJK9G1i4EShjInHsnaFXLlBSJBuCKO0v fvAMuHMu8MPDMFPjeo40i09DdlxpIpzKbURvriLLIZD6fEm4zsecHlc3aCD1immZbino R0xjeSU7jucDKU5yuZIBf7ksKewbNPRjLDZpio3RDpf0jbOKVfQJG0yxCNc5ziH0ra7f NWxQtHA4+W2j8UW8axmJqxiL6Rn1Jri09n/2+xwVbnpqH2MLvoBDuJvAUUcE5IylShot 6KcQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=xFzsdZEQ/pM71kycGhIig2Goz1eGTjUtk+ejXLPh4og=; b=LuYLFqySQaX/6/syhTu93Ro+lhLOm0RGDDIgSZbFmI28z1Oa46hiWyR29ncP0oZ8yk g6IeW1o+4qtbCYgdzTCG/y6zaxLrua7A+wWuiRZzVpyDJc8X4VhXgqsetNuyqRPhRkfP 8USigNG3WiEl9cR0Q95uIUYCQmtfpsfxADvVAD2ziiwf1R4IiEuF+jyz4IgpxCE/bZGO hsgtWcXp3+IxMkT1MYyY2y4/nZLezpEFDk+FUvcGXBuH+yt9rx7ZWaN2W5Xx0SSsH7hC oLxrBvxsdvgYPummSo4Dr1X9cb8Ej5RX4ZdrXM8MGxIIEi6fIRmjewx93pAwHb2LLvR7 wvUQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o61-v6si8301548pld.109.2018.07.06.07.05.43; Fri, 06 Jul 2018 07:06:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753810AbeGFOFA (ORCPT + 99 others); Fri, 6 Jul 2018 10:05:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:60798 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753672AbeGFOEQ (ORCPT ); Fri, 6 Jul 2018 10:04:16 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 907CAACF9; Fri, 6 Jul 2018 14:04:14 +0000 (UTC) Date: Fri, 6 Jul 2018 16:04:13 +0200 From: Joerg Roedel To: Corentin Labbe Cc: geert+renesas@glider.be, horms@verge.net.au, magnus.damm@gmail.com, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH] iommu/shmobile: Remove unused include/linux/platform_data/sh_ipmmu.h header Message-ID: <20180706140413.iefljhs74smaysnw@suse.de> References: <1528400696-32609-1-git-send-email-clabbe@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1528400696-32609-1-git-send-email-clabbe@baylibre.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 07, 2018 at 07:44:56PM +0000, Corentin Labbe wrote: > include/linux/platform_data/sh_ipmmu.h is unused since commit ae50dc4874c5 ("iommu/shmobile: Remove unused Renesas IPMMU/IPMMUI") > Let's remove it. > > Signed-off-by: Corentin Labbe > --- > include/linux/platform_data/sh_ipmmu.h | 18 ------------------ > 1 file changed, 18 deletions(-) > delete mode 100644 include/linux/platform_data/sh_ipmmu.h Applied, thanks.