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 BD505C433FE for ; Wed, 3 Nov 2021 09:27:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A8D5B6112D for ; Wed, 3 Nov 2021 09:27:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231978AbhKCJad convert rfc822-to-8bit (ORCPT ); Wed, 3 Nov 2021 05:30:33 -0400 Received: from aposti.net ([89.234.176.197]:50244 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231912AbhKCJab (ORCPT ); Wed, 3 Nov 2021 05:30:31 -0400 Date: Wed, 03 Nov 2021 09:27:44 +0000 From: Paul Cercueil Subject: Re: [PATCH 1/9] Remove unused headers and To: Lee Jones Cc: Jonathan Corbet , linux-kernel@vger.kernel.org, Paul Burton , Sebastian Reichel , linux-pm@vger.kernel.org Message-Id: <8YOZ1R.5Y4XRHLJDAGS@crapouillou.net> In-Reply-To: References: <20211102220203.940290-1-corbet@lwn.net> <20211102220203.940290-2-corbet@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lee, Le mer., nov. 3 2021 at 07:43:51 +0000, Lee Jones a écrit : > 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. >> >> 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? These files were for older drivers that were since then replaced by newer drivers; JZ47xx SoCs are still officially supported and maintained. Cheers, -Paul >> 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 > > -- > Lee Jones [李琼斯] > Senior Technical Lead - Developer Services > Linaro.org │ Open source software for Arm SoCs > Follow Linaro: Facebook | Twitter | Blog