summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2013-06-27 07:33:28 +0200
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:35:21 +0900
commitf2194b7800b8408d0a0af4593f2782416abe87fa (patch)
tree964d50603c57698b41a19298a254e9f0ac05b933 /drivers
parentf839f63775c06bf27840c69c0fcf72b0f3da046f (diff)
downloadlinux-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.c1
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>