From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chanwoo Choi Subject: Re: [PATCH] extcon: Split out extcon header file for consumer and provider device Date: Fri, 29 Sep 2017 13:55:58 +0900 Message-ID: <59CDD25E.9050202@samsung.com> References: <1506643305-4581-1-git-send-email-cw00.choi@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Return-path: In-reply-to: Sender: linux-kernel-owner@vger.kernel.org To: Yoshihiro Shimoda , "balbi@kernel.org" , "kishon@ti.com" , "sre@kernel.org" , "gregkh@linuxfoundation.org" , "lee.jones@linaro.org" Cc: "heiko@sntech.de" , "krzk@kernel.org" , "b.zolnierkie@samsung.com" , "maxime.ripard@free-electrons.com" , "wens@csie.org" , "chanwoo@kernel.org" , "myungjoo.ham@samsung.com" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-pm@vger.kernel.org" , "linux-usb@vger.kernel.org" , "linux-renesas-soc@vger.kernel.org" , "linux-rockchip@lists.infradead.org" List-Id: linux-pm@vger.kernel.org Hi, On 2017년 09월 29일 11:03, Yoshihiro Shimoda wrote: > Hi, > >> From: Chanwoo Choi >> Sent: Friday, September 29, 2017 9:02 AM >> > < snip > >> drivers/phy/renesas/phy-rcar-gen3-usb2.c | 2 +- > < snip > >> drivers/usb/gadget/udc/renesas_usb3.c | 2 +- > > These two drivers need the modification. > But... > > < snip > >> diff --git a/drivers/usb/renesas_usbhs/common.h b/drivers/usb/renesas_usbhs/common.h >> index 8c5fc12ad778..a78764bc23eb 100644 >> --- a/drivers/usb/renesas_usbhs/common.h >> +++ b/drivers/usb/renesas_usbhs/common.h >> @@ -17,7 +17,7 @@ >> #ifndef RENESAS_USB_DRIVER_H >> #define RENESAS_USB_DRIVER_H >> >> -#include >> +#include > > Since this driver doesn't use any extcon-provider APIs for now, > we doesn't need the modification, IIUC. I don't modify 'drivers/usb/renesas_usbhs/common.h' on v2 patch. Thanks for your comment. > > Best regards, > Yoshihiro Shimoda > > > > -- Best Regards, Chanwoo Choi Samsung Electronics