From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout2.samsung.com ([203.254.224.25]:25055 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771AbeDMBQl (ORCPT ); Thu, 12 Apr 2018 21:16:41 -0400 MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset="utf-8" Message-id: <5AD00452.5060400@samsung.com> Date: Fri, 13 Apr 2018 10:13:54 +0900 From: Chanwoo Choi To: Wolfram Sang , linux-kernel@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, Linus Walleij , MyungJoo Ham Subject: Re: [PATCH] extcon: int3496: use proper GPIO include In-reply-to: <5AD0032E.6020103@samsung.com> References: <20180410124302.29932-1-wsa+renesas@sang-engineering.com> <5AD0032E.6020103@samsung.com> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On 2018년 04월 13일 10:09, Chanwoo Choi wrote: > Hi, > > On 2018년 04월 10일 21:43, Wolfram Sang wrote: >> Since commit eca0f13c836a ("extcon: int3496: Ignore incorrect >> IoRestriction for ID pin"), the driver doesn't use GPIOF_* flags >> anymore. We can thus now drop the deprecated include file for GPIO and >> use the new one. > > Looks good to me. But, you need to send stable mailing list > and add 'Fixes' tag on v2. You don't need to send stable mailing list. It is my mistake. Just I'll pick this patch on extcon-fixes branch. > >> >> Signed-off-by: Wolfram Sang >> --- >> >> Compile tested only. >> >> @linusw: one more gone >> >> drivers/extcon/extcon-intel-int3496.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/extcon/extcon-intel-int3496.c b/drivers/extcon/extcon-intel-int3496.c >> index acaccb128fc4..fd24debe58a3 100644 >> --- a/drivers/extcon/extcon-intel-int3496.c >> +++ b/drivers/extcon/extcon-intel-int3496.c >> @@ -20,7 +20,7 @@ >> >> #include >> #include >> -#include >> +#include >> #include >> #include >> #include >> > > -- Best Regards, Chanwoo Choi Samsung Electronics