summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/s3c-hsotg.c
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2012-05-04 14:16:59 +0200
committerFelipe Balbi <balbi@ti.com>2012-05-04 15:53:09 +0300
commit127d42ae47703fe7b7bc59c0fb687a05e22a92a4 (patch)
treeff6df34d708ccef908c5f1430a7b41091cdc6b89 /drivers/usb/gadget/s3c-hsotg.c
parent4f06539ffa1948f1d2623f549136c87e33dc1d75 (diff)
downloadop-kernel-dev-127d42ae47703fe7b7bc59c0fb687a05e22a92a4.zip
op-kernel-dev-127d42ae47703fe7b7bc59c0fb687a05e22a92a4.tar.gz
usb:hsotg:samsung: Remove platform dependency from s3c-hsotg
This code removes platform dependency from s3c-hsotg driver. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: Kukjin Kim <kgene.kim@samsung.com> 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c
index 105b206..70c6f3b 100644
--- a/drivers/usb/gadget/s3c-hsotg.c
+++ b/drivers/usb/gadget/s3c-hsotg.c
@@ -34,9 +34,9 @@
#include <mach/map.h>
#include <plat/regs-usb-hsotg-phy.h>
-#include <plat/regs-usb-hsotg.h>
+#include "s3c-hsotg.h"
+#include <linux/platform_data/s3c-hsotg.h>
#include <mach/regs-sys.h>
-#include <plat/udc-hs.h>
#include <plat/cpu.h>
#define DMA_ADDR_INVALID (~((dma_addr_t)0))
OpenPOWER on IntegriCloud