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 5EB32C64EC4 for ; Fri, 10 Mar 2023 15:41:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231356AbjCJPlF (ORCPT ); Fri, 10 Mar 2023 10:41:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232398AbjCJPkl (ORCPT ); Fri, 10 Mar 2023 10:40:41 -0500 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB16415334C for ; Fri, 10 Mar 2023 07:27:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678462061; x=1709998061; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=MCjYveW72ixEmjq/t3nhNug4QPEnKnwQerd/TqalPxI=; b=V/qxJnWpP+9VXWdX0vchzzgQoEcuFol1Jywyd43N/rpQMx1nm7H9271z UvaRGx1aNVBkE8WJvRhz3jdrcFWzYUubmOpotq/86oHVbDtrVYUtrsWLy Lj/EmQ8AGvuTdyTQFoReqAGoKzab7IUIiFfac31NvLsmy2yOag4sxA4nX 62/1mbsgiMhraK5YBAxNkAtAOjRiRLKg8tHFgIQQ3Td9gQhgTRloTRjR9 Fp+9eAXHJQzbJe48WebAAOSQqE2RAPRDUqFGNhiUdb+XbO5ukHcFgD13l ZVm0fUlS6UApbxOtpZd+hDiWYj2/UKzgiCUVIdKoA56QgCdw26Vji0PPW Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10645"; a="339114763" X-IronPort-AV: E=Sophos;i="5.98,250,1673942400"; d="scan'208";a="339114763" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2023 07:27:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10645"; a="710312619" X-IronPort-AV: E=Sophos;i="5.98,250,1673942400"; d="scan'208";a="710312619" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga001.jf.intel.com with ESMTP; 10 Mar 2023 07:27:30 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1paeeX-000zwM-0E; Fri, 10 Mar 2023 17:27:29 +0200 Date: Fri, 10 Mar 2023 17:27:28 +0200 From: Andy Shevchenko To: Colin Ian King , linux-kernel@vger.kernel.org Cc: MyungJoo Ham , Chanwoo Choi Subject: Re: [PATCH v1 1/1] extcon: palmas: Remove unused of_gpio,h Message-ID: References: <20230215165035.83657-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230215165035.83657-1-andriy.shevchenko@linux.intel.com> 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, Feb 15, 2023 at 06:50:35PM +0200, Andy Shevchenko wrote: > of_gpio.h provides a single function, which is not used in this driver. > Remove unused header. Any comments on this? -- With Best Regards, Andy Shevchenko