Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
[sfrench/cifs-2.6.git] / drivers / usb / gadget / function / f_tcm.c
index 28cb53de51b81f881ace50d1da9c4f98cf28d8c4..da81cf16b850f70de2375548946ba57f62d3411a 100644 (file)
@@ -2167,7 +2167,7 @@ static struct configfs_item_operations tcm_item_ops = {
        .release                = tcm_attr_release,
 };
 
-static struct config_item_type tcm_func_type = {
+static const struct config_item_type tcm_func_type = {
        .ct_item_ops    = &tcm_item_ops,
        .ct_owner       = THIS_MODULE,
 };