]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/usb/gadget/function/f_acm.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_acm.c
index 7140bf3c74fa9b6e2e9bba7bba693d68c4f1c498..9fc98de836249eccfd7096c6dcbaf1d63643f15a 100644 (file)
@@ -783,7 +783,7 @@ static struct configfs_attribute *acm_attrs[] = {
        NULL,
 };
 
-static struct config_item_type acm_func_type = {
+static const struct config_item_type acm_func_type = {
        .ct_item_ops    = &acm_item_ops,
        .ct_attrs       = acm_attrs,
        .ct_owner       = THIS_MODULE,