Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1741897

RE: [PATCH] extcon: Split out extcon header file for consumer and provider device

From Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Newsgroups linux.kernel
Subject RE: [PATCH] extcon: Split out extcon header file for consumer and provider device
Date 2017-09-29 04:10 +0200
Message-ID <uuSUx-8te-7@gated-at.bofh.it> (permalink)
References <uuR2p-7kY-3@gated-at.bofh.it> <uuR2p-7kY-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <linux/extcon.h>
> +#include <linux/extcon-provider.h>

Since this driver doesn't use any extcon-provider APIs for now,
we doesn't need the modification, IIUC.

Best regards,
Yoshihiro Shimoda

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] extcon: Split out extcon header file for consumer and  provider device Chanwoo Choi <cw00.choi@samsung.com> - 2017-09-29 02:10 +0200
  RE: [PATCH] extcon: Split out extcon header file for consumer and  provider device Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> - 2017-09-29 04:10 +0200
    Re: [PATCH] extcon: Split out extcon header file for consumer and  provider device Chanwoo Choi <cw00.choi@samsung.com> - 2017-09-29 07:00 +0200
  Re: [PATCH] extcon: Split out extcon header file for consumer and  provider device Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-09-29 15:50 +0200

csiph-web