diff options
author | Matt Porter <mporter@linaro.org> | 2013-12-19 15:23:04 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-23 21:26:57 +0100 |
commit | 29026e09e3d7d4eae19f754772590fdaf9ef8c9d (patch) | |
tree | 9c97f888c4155e33e5d50d409277caa764fd68f3 /drivers/usb/gadget/s3c-hsotg.c | |
parent | staging: dwc2: update DT binding to add generic clock/phy properties (diff) | |
download | linux-29026e09e3d7d4eae19f754772590fdaf9ef8c9d.tar.xz linux-29026e09e3d7d4eae19f754772590fdaf9ef8c9d.zip |
usb: gadget: s3c-hsotg: enable build for other platforms
Remove unused Samsung-specific machine include and Kconfig
dependency on S3C.
Signed-off-by: Matt Porter <mporter@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Tim Kryger <tim.kryger@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/s3c-hsotg.c')
-rw-r--r-- | drivers/usb/gadget/s3c-hsotg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index 83bacf4b409b..8917ec3c336e 100644 --- a/drivers/usb/gadget/s3c-hsotg.c +++ b/drivers/usb/gadget/s3c-hsotg.c @@ -36,8 +36,6 @@ #include <linux/usb/phy.h> #include <linux/platform_data/s3c-hsotg.h> -#include <mach/map.h> - #include "s3c-hsotg.h" static const char * const s3c_hsotg_supply_names[] = { |