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 E2713C54FB9 for ; Fri, 17 Nov 2023 21:09:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346171AbjKQVJh (ORCPT ); Fri, 17 Nov 2023 16:09:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229535AbjKQVJg (ORCPT ); Fri, 17 Nov 2023 16:09:36 -0500 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6678EB6; Fri, 17 Nov 2023 13:09:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700255372; x=1731791372; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=rKwAssx08c4/5C0TL9gY4TGgIHx3ODz3n6cVa2c/Dkk=; b=FSlFl9NFnzTBDcmI0k+GAANt6oXw81j96y1OLxwAzCYWoJH4JUIZELMF m7CC+8fJ1IT1ci+KBaOUfn2x5of3j/90vWUiXbcmkUcFO6FI6MTrwdPDv +91ACUQnwsC2fa9guDtOe2r+qptk2FHnOdDBS/DPUxWAwRbV8MH82B+N4 jfJvKXlSY80VHZRBJPaeN8SG87cVa2A0kzFD5pqLuba0hstroCIlmPv1/ v8KcyHSqC5E7BliUzZgXnABjw2oXKSFpvOF6wHD3wmCJzAeo1fDEs3Gob cL+6bEj2u8IN5QuoVCWg2LphHq6qYJHGaidkbe5i7y/8eH/WXEPFBhpjV w==; X-IronPort-AV: E=McAfee;i="6600,9927,10897"; a="477584003" X-IronPort-AV: E=Sophos;i="6.04,206,1695711600"; d="scan'208";a="477584003" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2023 13:09:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10897"; a="759262393" X-IronPort-AV: E=Sophos;i="6.04,206,1695711600"; d="scan'208";a="759262393" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2023 13:09:30 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r465f-0000000Eu4i-3sxx; Fri, 17 Nov 2023 23:09:27 +0200 Date: Fri, 17 Nov 2023 23:09:27 +0200 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Linus Walleij , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH 3/3] pinctrl: don't include GPIOLIB private header Message-ID: References: <20231115165001.2932350-1-brgl@bgdev.pl> <20231115165001.2932350-4-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231115165001.2932350-4-brgl@bgdev.pl> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 15, 2023 at 05:50:01PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > gpio_to_desc() is declared in linux/gpio.h so there's no need to include > gpiolib.h directly. Oh, this is unfortunate we need it... -- With Best Regards, Andy Shevchenko