summaryrefslogtreecommitdiff
path: root/include/usb/s3c_udc.h
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2012-05-02 11:11:34 (GMT)
committerMarek Vasut <marex@denx.de>2012-05-20 06:32:32 (GMT)
commitb9300531c138f80b12981a0e7dac3770fe1dbcdd (patch)
treed9f05e794f2c683343d08c9fbedf53f09f37e2c2 /include/usb/s3c_udc.h
parent41b1f0ac2e4c1d54807f90ae9aa2f2fad22a5151 (diff)
downloadu-boot-fsl-qoriq-b9300531c138f80b12981a0e7dac3770fe1dbcdd.tar.xz
usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file
Remove the repeated USB descriptor code and use usbdescriptors.h file. ch9.h file has been copied from linux and is needed for USB gadget related work. Now usbdescriptors.h and ch9.h shall be used together. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/usb/s3c_udc.h')
-rw-r--r--include/usb/s3c_udc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/s3c_udc.h b/include/usb/s3c_udc.h
index 6c973b6..3e6135a 100644
--- a/include/usb/s3c_udc.h
+++ b/include/usb/s3c_udc.h
@@ -24,6 +24,7 @@
#include <asm/errno.h>
#include <linux/usb/ch9.h>
+#include <usbdescriptors.h>
#include <linux/usb/gadget.h>
#include <linux/list.h>
#include <usb/lin_gadget_compat.h>