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 <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
Andrzej Pietrasiewicz
2013-12-03 15:15:33 +01:00
committad av Felipe Balbi
förälder 4b187fceec
incheckning 5920cda627
6 ändrade filer med 435 tillägg och 209 borttagningar

Visa fil

@@ -54,6 +54,7 @@ static struct usb_function *f_rndis;
# endif
#endif
#define USB_FFS_INCLUDED
#include "f_fs.c"
#define DRIVER_NAME "g_ffs"