diff options
Diffstat (limited to 'drivers/usb/gadget/function/f_subset.c')
| -rw-r--r-- | drivers/usb/gadget/function/f_subset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/function/f_subset.c b/drivers/usb/gadget/function/f_subset.c index a52d17a69977..4d945254905d 100644 --- a/drivers/usb/gadget/function/f_subset.c +++ b/drivers/usb/gadget/function/f_subset.c | |||
| @@ -408,7 +408,7 @@ static struct configfs_attribute *gether_attrs[] = { | |||
| 408 | NULL, | 408 | NULL, |
| 409 | }; | 409 | }; |
| 410 | 410 | ||
| 411 | static struct config_item_type gether_func_type = { | 411 | static const struct config_item_type gether_func_type = { |
| 412 | .ct_item_ops = &gether_item_ops, | 412 | .ct_item_ops = &gether_item_ops, |
| 413 | .ct_attrs = gether_attrs, | 413 | .ct_attrs = gether_attrs, |
| 414 | .ct_owner = THIS_MODULE, | 414 | .ct_owner = THIS_MODULE, |
