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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80189C77B73 for ; Thu, 27 Apr 2023 16:22:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244249AbjD0QWj (ORCPT ); Thu, 27 Apr 2023 12:22:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244318AbjD0QW3 (ORCPT ); Thu, 27 Apr 2023 12:22:29 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D73CA4494; Thu, 27 Apr 2023 09:22:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 63C0A631B5; Thu, 27 Apr 2023 16:22:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 060FCC433D2; Thu, 27 Apr 2023 16:22:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682612541; bh=NoC/metQtWxNwH0RosbcVrJNpcQq74+J/8p742KjPbg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ByACusj3r6+++FnuK3u3nUrdfts8io0ExE9wtpf/gAkvoqsg6OCeMgjZxQthXepX/ OAOIoMLodUPtiz9i9GPdhwqHck/61yT4YHGIzZyQKvpoeQUzq0L8+esJJ2t9Buu7dM RZJPcQbK3JPo6Ko0ZuaDcZ3hfqNGehi5Jxu1EWi4KWXe2/H3iB54cIZXs1oSuZqHE4 MSXoklDQeSomJOmMgRxlcEPMGzP2sKgdq9a02uVmwCR8Kco0CPVjFtFRFxBmopojWK xcpLY3ugbnyeOuECZbRIrDxCE2LO67mgKfl8ZVs7pIkom1mOeRKo6uIYICRF02VQdE tZehBWygtJwqQ== Date: Thu, 27 Apr 2023 17:22:17 +0100 From: Lee Jones To: Christophe JAILLET Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] mfd: dln2: Remove the unneeded include Message-ID: <20230427162217.GE50521@google.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 24 Apr 2023, Christophe JAILLET wrote: > This driver does not use i2c, so there is no point in including > > > Remove it. > > Signed-off-by: Christophe JAILLET > --- > drivers/mfd/dln2.c | 1 - > 1 file changed, 1 deletion(-) Applied, thanks -- Lee Jones [李琼斯]