aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz <[email protected]>2013-12-03 15:15:33 +0100
committerFelipe Balbi <[email protected]>2013-12-12 13:43:39 -0600
commit5920cda627688c3229fd63157ff031f3f174175e (patch)
treeebdc858c1a54f56a23202f714999444f69b36cf1 /include/linux
parent4b187fceec3c731815ff8e6a7317fd5ba50d1d5d (diff)
usb: gadget: FunctionFS: convert to new function interface with backward compatibility
This is required in order to integrate configfs support. f_fs needs to be a separately compiled module and so it needs to use the new interface. Signed-off-by: Andrzej Pietrasiewicz <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/usb/functionfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/functionfs.h b/include/linux/usb/functionfs.h
index 9c1e92620dfb..3448efbe56aa 100644
--- a/include/linux/usb/functionfs.h
+++ b/include/linux/usb/functionfs.h
@@ -3,6 +3,7 @@
#include <uapi/linux/usb/functionfs.h>
+#ifdef USB_FFS_INCLUDED
struct ffs_data;
struct usb_composite_dev;
@@ -20,3 +21,4 @@ static int functionfs_bind_config(struct usb_composite_dev *cdev,
#endif
+#endif