diff options
author | Matt Porter <mporter@linaro.org> | 2013-12-19 09:23:04 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-23 14:26:57 -0600 |
commit | 29026e09e3d7d4eae19f754772590fdaf9ef8c9d (patch) | |
tree | 9c97f888c4155e33e5d50d409277caa764fd68f3 /drivers/usb/gadget/s3c-hsotg.c | |
parent | 65b4eb9e351362ff8d41b873989e13a8fd35d13a (diff) |
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[] = { |