diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2014-01-07 14:41:15 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-08 01:30:10 +0100 |
commit | 62e3986cae512244b97a9b92be68df2808c8bec7 (patch) | |
tree | 70798d63934cee798af95d558d2f6533eb2f9f2a /drivers/usb/gadget/s3c-hsotg.c | |
parent | USB: ftdi_sio: added CS5 quirk for broken smartcard readers (diff) | |
download | linux-62e3986cae512244b97a9b92be68df2808c8bec7.tar.xz linux-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>
Diffstat (limited to 'drivers/usb/gadget/s3c-hsotg.c')
-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> |