summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>2013-12-03 15:15:35 +0100
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:43:24 +0900
commit19bc44d173440512b4644d3897f3a17bde2ddba9 (patch)
treef5eae658ad49053adc99e3a07bbe765d8cf7be2b /include
parentf6be488a3b79844c01d961b0a1cd2566f7f093e0 (diff)
downloadlinux-3.10-19bc44d173440512b4644d3897f3a17bde2ddba9.tar.gz
linux-3.10-19bc44d173440512b4644d3897f3a17bde2ddba9.tar.bz2
linux-3.10-19bc44d173440512b4644d3897f3a17bde2ddba9.zip
usb: gadget: FunctionFS: Remove compatibility layer
There are no old function interface users left, so the old interface can be removed. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/functionfs.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/linux/usb/functionfs.h b/include/linux/usb/functionfs.h
index 3448efbe56a..71190663f1e 100644
--- a/include/linux/usb/functionfs.h
+++ b/include/linux/usb/functionfs.h
@@ -3,22 +3,4 @@
#include <uapi/linux/usb/functionfs.h>
-#ifdef USB_FFS_INCLUDED
-
-struct ffs_data;
-struct usb_composite_dev;
-struct usb_configuration;
-
-static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev)
- __attribute__((warn_unused_result, nonnull));
-static void functionfs_unbind(struct ffs_data *ffs)
- __attribute__((nonnull));
-
-static int functionfs_bind_config(struct usb_composite_dev *cdev,
- struct usb_configuration *c,
- struct ffs_data *ffs)
- __attribute__((warn_unused_result, nonnull));
-
-
-#endif
#endif