Message ID | 1444206225-25664-2-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Hi Geert-san, > Sent: Wednesday, October 07, 2015 5:24 PM > > This header file will be removed soon. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Please schedule for v4.3, or provide an Ack, so it can go in through the > GPIO tree. Thanks! > --- I'm not sure my Acked-by is useful for it :) Anyway, Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Best regards, Yoshihiro Shimoda > drivers/usb/renesas_usbhs/rcar2.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/usb/renesas_usbhs/rcar2.c b/drivers/usb/renesas_usbhs/rcar2.c > index 8fc15c0ba339..277160bc6f25 100644 > --- a/drivers/usb/renesas_usbhs/rcar2.c > +++ b/drivers/usb/renesas_usbhs/rcar2.c > @@ -13,7 +13,6 @@ > #include <linux/gpio.h> > #include <linux/of_gpio.h> > #include <linux/phy/phy.h> > -#include <linux/platform_data/gpio-rcar.h> > #include <linux/usb/phy.h> > #include "common.h" > #include "rcar2.h" > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Oct 07, 2015 at 10:23:43AM +0200, Geert Uytterhoeven wrote: > This header file will be removed soon. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Please schedule for v4.3, or provide an Ack, so it can go in through the > GPIO tree. Thanks! Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi, Geert Uytterhoeven <geert+renesas@glider.be> writes: > This header file will be removed soon. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> do you wanna take this with the other patches in the series ? I'm fine with that: Acked-by: Felipe Balbi <balbi@ti.com> > --- > Please schedule for v4.3, or provide an Ack, so it can go in through the > GPIO tree. Thanks! > --- > drivers/usb/renesas_usbhs/rcar2.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/usb/renesas_usbhs/rcar2.c b/drivers/usb/renesas_usbhs/rcar2.c > index 8fc15c0ba339..277160bc6f25 100644 > --- a/drivers/usb/renesas_usbhs/rcar2.c > +++ b/drivers/usb/renesas_usbhs/rcar2.c > @@ -13,7 +13,6 @@ > #include <linux/gpio.h> > #include <linux/of_gpio.h> > #include <linux/phy/phy.h> > -#include <linux/platform_data/gpio-rcar.h> > #include <linux/usb/phy.h> > #include "common.h" > #include "rcar2.h" > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/usb/renesas_usbhs/rcar2.c b/drivers/usb/renesas_usbhs/rcar2.c index 8fc15c0ba339..277160bc6f25 100644 --- a/drivers/usb/renesas_usbhs/rcar2.c +++ b/drivers/usb/renesas_usbhs/rcar2.c @@ -13,7 +13,6 @@ #include <linux/gpio.h> #include <linux/of_gpio.h> #include <linux/phy/phy.h> -#include <linux/platform_data/gpio-rcar.h> #include <linux/usb/phy.h> #include "common.h" #include "rcar2.h"
This header file will be removed soon. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Please schedule for v4.3, or provide an Ack, so it can go in through the GPIO tree. Thanks! --- drivers/usb/renesas_usbhs/rcar2.c | 1 - 1 file changed, 1 deletion(-)