From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B7A1C433F5 for ; Thu, 4 Nov 2021 08:30:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C86B0611CB for ; Thu, 4 Nov 2021 08:30:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230397AbhKDIdf (ORCPT ); Thu, 4 Nov 2021 04:33:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230229AbhKDIde (ORCPT ); Thu, 4 Nov 2021 04:33:34 -0400 Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82BA1C06127A for ; Thu, 4 Nov 2021 01:30:56 -0700 (PDT) Received: by mail-wr1-x435.google.com with SMTP id b12so7364556wrh.4 for ; Thu, 04 Nov 2021 01:30:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=+e1rGQgDiU+AR2ZIiUkF5VNY6vGuBgYqHlQagZctjXo=; b=IPcycCE3YPg1cFU8cLD+A9mDm1SrNdo7QaKnMKfoSV5tsiw5v+ESjb6f9iYJw0+RL1 GNU/cNBvGuuwfFqcR53gfa6nuiiMSSCcAJwHoA17ORKorezh9Xfovzl93banWXCHQf9W cJn5gm0C8dymr5f56ne1IqVSaQUJDPAUk/43+q0cHNbpEEPoU7z69b/sE8WnyMhzoerk m3uejM6SsKRY/e52IoFTeLQcObkjw7CHpxu+WkXrEdOfC2ZtvW1UYQw34XAG/ADtbdnP 2Suw7Xvmd+R5frtdC/ZY7ZLEu4OOEL4MLFY/jNPWgsBHWMWlFwcw7fq6e7Tc64tSoXY9 hB1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=+e1rGQgDiU+AR2ZIiUkF5VNY6vGuBgYqHlQagZctjXo=; b=5G8zPwJE48ekrIS7cYXV79jhPCv8UlnHCsiwlagPm64YC2pPd8AvFjMsQN+LUtL0KW 3pPsdr5xOVOPf+K5aurewz+gPByr5PFmrHNfVzFTMm1pDDqqMKEzgGpfeUW/ds9fxX31 bW87IxVk7gOyToMqMBTSZ0nV0ZfN+FW/AgNPYxSYDg+Se0PI9UuHDhQJsa36MMfJbKC1 P5MtfsjRQwdG9E6bEMfVw1s1v9+dhMC7csiuSldZtZKODNuZzYxCp9l5Qk2VZ/5ArwZj 94S9zbGbAWMV/3aaSiKHmpYieEjOQ0feA4QbUfiGMLc6hJM1B8oq2adUOg23+xPU39fM zkDg== X-Gm-Message-State: AOAM530KaUZBo7DZxxPlsmKjFnmP91Zrw0PPDDJqCB5swHRndISeukMY GBcLX+ThICB3FuMdGpnh0X0o/A== X-Google-Smtp-Source: ABdhPJyTt4eyJ7brqUGRlFddpmH8bpCz/HRRLJmamuxKAP1orvhiHWM10Hn5lbXP6Bs8kvK7ERvutQ== X-Received: by 2002:adf:dc0d:: with SMTP id t13mr62144134wri.158.1636014655152; Thu, 04 Nov 2021 01:30:55 -0700 (PDT) Received: from google.com ([95.148.6.174]) by smtp.gmail.com with ESMTPSA id l2sm4020199wmq.42.2021.11.04.01.30.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Nov 2021 01:30:54 -0700 (PDT) Date: Thu, 4 Nov 2021 08:30:53 +0000 From: Lee Jones To: Sebastian Reichel Cc: Jonathan Corbet , linux-kernel@vger.kernel.org, Paul Cercueil , Paul Burton , linux-pm@vger.kernel.org Subject: Re: [PATCH 1/9] Remove unused headers and Message-ID: References: <20211102220203.940290-1-corbet@lwn.net> <20211102220203.940290-2-corbet@lwn.net> <20211103124046.te5rfhfvkbw2tby3@earth.universe> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211103124046.te5rfhfvkbw2tby3@earth.universe> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 03 Nov 2021, Sebastian Reichel wrote: > Hi, > > On Wed, Nov 03, 2021 at 07:43:51AM +0000, Lee Jones wrote: > > On Tue, 02 Nov 2021, Jonathan Corbet wrote: > > > Commit ff71266aa490 ("mfd: Drop obsolete JZ4740 driver") removed the last > > > file to include but left the header file itself > > > behind. Nothing uses it, remove it now. > > > > > > Similarly, aea12071d6fc ("power/supply: Drop obsolete JZ4740 driver") > > > deleted the last use of , so remove that one > > > too. > > Thanks for the cleanup Jonathan. > > > > Cc: Paul Cercueil > > > Cc: Lee Jones > > > Cc: Paul Burton > > > Cc: Sebastian Reichel > > > Cc: linux-pm@vger.kernel.org > > > Signed-off-by: Jonathan Corbet > > > --- > > > include/linux/jz4740-adc.h | 33 ---------------------------- > > > include/linux/power/jz4740-battery.h | 15 ------------- > > > > It appears as though there are still references to both of these > > *devices* in the kernel tree. Should those be removed also? > > > > > 2 files changed, 48 deletions(-) > > > delete mode 100644 include/linux/jz4740-adc.h > > > delete mode 100644 include/linux/power/jz4740-battery.h > > > > Patch looks fine though. > > > > Let me know if you want me to take it in via MFD. Otherwise: > > > > Acked-by: Lee Jones > > You can take it through MFD, no immutable branch needed. > > Acked-by: Sebastian Reichel Okay, no problem. Since the merge-window is already open, we'll aim for v5.17. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog