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 28615C433F5 for ; Tue, 11 Oct 2022 15:50:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229867AbiJKPuo (ORCPT ); Tue, 11 Oct 2022 11:50:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231169AbiJKPuX (ORCPT ); Tue, 11 Oct 2022 11:50:23 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9DAAF255B1; Tue, 11 Oct 2022 08:45:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665503113; x=1697039113; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=+ptjxKpKMe9ZpYpWkzy6xCUEZZDC37TWs3lCOeMWbyI=; b=aP6c34Jrrt/lhIn8ClA+aQW7I2X0YveZPSFr9dcb5NVoHjDKaSPrZ+Zm fPu9bYybf9FUs4tnoAGI+E3KY3zcr8ytJCpghlALHFuoGYL5K8cg6e6WJ u20f4Boff2ydyat9McaKhySbKVC8KUkj9EiegDyH1W6VRePTR9nHo7PNU 3Bm0DENuF0XrJFrujDCw4O6Rt70tHmpQgfB92js80vQo9c48jK7mkpvRT 8WYlp3/wEnL/Y/HnwvhXhcEC52GnMM0ijwYTbdXiRws/ReBS5c8lzYcCC kxe4SMDEETxtRl58yR7ynIawu+NegtQqlgY0/KdSnV19mfiB0aQ4iPCSc A==; X-IronPort-AV: E=McAfee;i="6500,9779,10497"; a="284265301" X-IronPort-AV: E=Sophos;i="5.95,176,1661842800"; d="scan'208";a="284265301" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Oct 2022 08:44:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10497"; a="715553658" X-IronPort-AV: E=Sophos;i="5.95,176,1661842800"; d="scan'208";a="715553658" Received: from smile.fi.intel.com ([10.237.72.54]) by FMSMGA003.fm.intel.com with ESMTP; 11 Oct 2022 08:44:36 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oiHQo-005OPV-2A; Tue, 11 Oct 2022 18:44:34 +0300 Date: Tue, 11 Oct 2022 18:44:34 +0300 From: Andy Shevchenko To: Geert Uytterhoeven Cc: Kent Gibson , Bartosz Golaszewski , linux-gpio@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-actions@lists.infradead.org, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-rpi-kernel@lists.infradead.org, alsa-devel@alsa-project.org, patches@opensource.cirrus.com, linux-mediatek@lists.infradead.org, linux-mips@vger.kernel.org, linux-riscv@lists.infradead.org, linux-omap@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH v2 02/36] gpiolib: cdev: Add missed header(s) Message-ID: References: <20221010201453.77401-1-andriy.shevchenko@linux.intel.com> <20221010201453.77401-3-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Tue, Oct 11, 2022 at 06:19:13PM +0300, Andy Shevchenko wrote: > On Tue, Oct 11, 2022 at 04:39:46PM +0200, Geert Uytterhoeven wrote: ... After all this patch is not needed. However, during checking of the necessity of this patch I realized that seq_file is used in a few GPIO drivers without any actual users, so I will prepare clean up series for that as well. -- With Best Regards, Andy Shevchenko