diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2013-06-27 07:33:28 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-03-20 17:35:21 +0900 |
commit | f2194b7800b8408d0a0af4593f2782416abe87fa (patch) | |
tree | 964d50603c57698b41a19298a254e9f0ac05b933 /drivers | |
parent | f839f63775c06bf27840c69c0fcf72b0f3da046f (diff) | |
download | linux-3.10-f2194b7800b8408d0a0af4593f2782416abe87fa.tar.gz linux-3.10-f2194b7800b8408d0a0af4593f2782416abe87fa.tar.bz2 linux-3.10-f2194b7800b8408d0a0af4593f2782416abe87fa.zip |
usb/gadget: s3c-hsotg: fix non-dt build
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/gadget/s3c-hsotg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index 69f9c5e3a98..da11a071806 100644 --- a/drivers/usb/gadget/s3c-hsotg.c +++ b/drivers/usb/gadget/s3c-hsotg.c @@ -29,6 +29,7 @@ #include <linux/slab.h> #include <linux/clk.h> #include <linux/regulator/consumer.h> +#include <linux/of.h> #include <linux/of_platform.h> #include <linux/phy/phy.h> |