From mboxrd@z Thu Jan 1 00:00:00 1970 From: cw00.choi@samsung.com (Chanwoo Choi) Date: Fri, 29 Sep 2017 13:55:58 +0900 Subject: [PATCH] extcon: Split out extcon header file for consumer and provider device In-Reply-To: References: <1506643305-4581-1-git-send-email-cw00.choi@samsung.com> Message-ID: <59CDD25E.9050202@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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