diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2014-01-07 21:41:15 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-07 16:30:10 -0800 |
commit | 62e3986cae512244b97a9b92be68df2808c8bec7 (patch) | |
tree | 70798d63934cee798af95d558d2f6533eb2f9f2a | |
parent | c1f15196ac3b541d084dc80a8fbd8a74c6a0bd44 (diff) | |
download | linux-stable-62e3986cae512244b97a9b92be68df2808c8bec7.tar.gz linux-stable-62e3986cae512244b97a9b92be68df2808c8bec7.tar.bz2 linux-stable-62e3986cae512244b97a9b92be68df2808c8bec7.zip |
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>
-rw-r--r-- | drivers/usb/gadget/s3c-hsotg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index c0ff1cb91f20..1172eaeddd85 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> |