diff options
| author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2013-12-03 09:15:35 -0500 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2013-12-12 14:43:40 -0500 |
| commit | 3d8d72a4c3c844c3c770c153bf570dc843143ac0 (patch) | |
| tree | 348c036eaf94d9f40ecbc130d6b0697b2d2abd6e /include/linux/usb | |
| parent | 6f823cd5305c78ad1282fab8634b369eac4620b1 (diff) | |
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/linux/usb')
| -rw-r--r-- | include/linux/usb/functionfs.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/linux/usb/functionfs.h b/include/linux/usb/functionfs.h index 3448efbe56aa..71190663f1ee 100644 --- a/include/linux/usb/functionfs.h +++ b/include/linux/usb/functionfs.h | |||
| @@ -3,22 +3,4 @@ | |||
| 3 | 3 | ||
| 4 | #include <uapi/linux/usb/functionfs.h> | 4 | #include <uapi/linux/usb/functionfs.h> |
| 5 | 5 | ||
| 6 | #ifdef USB_FFS_INCLUDED | ||
| 7 | |||
| 8 | struct ffs_data; | ||
| 9 | struct usb_composite_dev; | ||
| 10 | struct usb_configuration; | ||
| 11 | |||
| 12 | static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev) | ||
| 13 | __attribute__((warn_unused_result, nonnull)); | ||
| 14 | static void functionfs_unbind(struct ffs_data *ffs) | ||
| 15 | __attribute__((nonnull)); | ||
| 16 | |||
| 17 | static int functionfs_bind_config(struct usb_composite_dev *cdev, | ||
| 18 | struct usb_configuration *c, | ||
| 19 | struct ffs_data *ffs) | ||
| 20 | __attribute__((warn_unused_result, nonnull)); | ||
| 21 | |||
| 22 | |||
| 23 | #endif | ||
| 24 | #endif | 6 | #endif |
