|
@@ -180,9 +180,9 @@ static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev)
|
|
|
static void functionfs_unbind(struct ffs_data *ffs)
|
|
|
__attribute__((nonnull));
|
|
|
|
|
|
-static int functionfs_add(struct usb_composite_dev *cdev,
|
|
|
- struct usb_configuration *c,
|
|
|
- struct ffs_data *ffs)
|
|
|
+static int functionfs_bind_config(struct usb_composite_dev *cdev,
|
|
|
+ struct usb_configuration *c,
|
|
|
+ struct ffs_data *ffs)
|
|
|
__attribute__((warn_unused_result, nonnull));
|
|
|
|
|
|
|