]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/usb/gadget/function/f_subset.c
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
[mirror_ubuntu-bionic-kernel.git] / drivers / usb / gadget / function / f_subset.c
index a52d17a699776cc59c0a592bb802e79dc4b9b921..4d945254905d91957da12c01366d60883919699d 100644 (file)
@@ -408,7 +408,7 @@ static struct configfs_attribute *gether_attrs[] = {
        NULL,
 };
 
-static struct config_item_type gether_func_type = {
+static const struct config_item_type gether_func_type = {
        .ct_item_ops    = &gether_item_ops,
        .ct_attrs       = gether_attrs,
        .ct_owner       = THIS_MODULE,