From 62e3986cae512244b97a9b92be68df2808c8bec7 Mon Sep 17 00:00:00 2001 From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Date: Tue, 7 Jan 2014 21:41:15 +0800 Subject: [PATCH] usb: gadget: s3c-hsotg: remove duplicated include from s3c-hsotg.c Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/usb/gadget/s3c-hsotg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index c0ff1cb91f2069..1172eaeddd85f1 100644 --- a/drivers/usb/gadget/s3c-hsotg.c +++ b/drivers/usb/gadget/s3c-hsotg.c @@ -31,7 +31,6 @@ #include <linux/regulator/consumer.h> #include <linux/of_platform.h> #include <linux/phy/phy.h> -#include <linux/usb/phy.h> #include <linux/usb/ch9.h> #include <linux/usb/gadget.h> -- GitLab