]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/usb/gadget/function/f_fs.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_fs.c
index b1001c3f43fb22970e1983814ead94356563c05c..97ea059a7aa471192710be177276c8b969619e2b 100644 (file)
@@ -3381,7 +3381,7 @@ static struct configfs_item_operations ffs_item_ops = {
        .release        = ffs_attr_release,
 };
 
-static struct config_item_type ffs_func_type = {
+static const struct config_item_type ffs_func_type = {
        .ct_item_ops    = &ffs_item_ops,
        .ct_owner       = THIS_MODULE,
 };