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 C92ACC38A2D for ; Mon, 24 Oct 2022 07:32:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229501AbiJXHcp (ORCPT ); Mon, 24 Oct 2022 03:32:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229455AbiJXHcm (ORCPT ); Mon, 24 Oct 2022 03:32:42 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E9814057E; Mon, 24 Oct 2022 00:32:41 -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 ams.source.kernel.org (Postfix) with ESMTPS id E5D92B80E23; Mon, 24 Oct 2022 07:32:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9436FC433D6; Mon, 24 Oct 2022 07:32:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666596758; bh=LNfOmd5fjQMNDmFl34cnDjiEjUDBRW5BfBCBVQ1IiRs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SFgjZ9VYu0O/YdKXe3xMsLgHaGxqUiUOtE2PLSBESBm2S1buGPyM09i2CLXtoCN0j lQHj/exwWn0Vs1ISnKzhKI9Uxb5KQjJj2ynk3n4WOBEyCpRmwG+/i7dGU+HDk/fWFj SzdFW9jcaxTTIoa7518X8huS55KF5L6wEade0DBCiRMWX3QMF7T+N6Izl/vo8EnZGd HJwe2vgju3MjYMckMWjH5BypFAh5lDMRkombuITKUiZThoNFRAYeC5EBZy9xLEhuLA J1PuiBYjx+/4Kkgzi2i+Ivw1CffpyIKgRh4ctsi6sg+ZlqQ47XBqAmSVbg7J9xhprd SYk+Yn5io7ypw== Date: Mon, 24 Oct 2022 08:32:33 +0100 From: Lee Jones To: Dmitry Torokhov Cc: Tony Lindgren , Charles Keepax , Richard Fitzgerald , patches@opensource.cirrus.com, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH 1/5] mfd: mc13xxx: stop including of_gpio.h Message-ID: References: <20220926054421.1546436-1-dmitry.torokhov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220926054421.1546436-1-dmitry.torokhov@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 25 Sep 2022, Dmitry Torokhov wrote: > Neither SPI nor I2C variant uses any APIs from of_gpio.h so let's stop > including it. > > Signed-off-by: Dmitry Torokhov > --- > drivers/mfd/mc13xxx-i2c.c | 1 - > drivers/mfd/mc13xxx-spi.c | 1 - > 2 files changed, 2 deletions(-) Applied, thanks. -- Lee Jones [李琼斯]