Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
[platform/kernel/linux-starfive.git] / mm / cma_sysfs.c
index eb2f39c..56347d1 100644 (file)
@@ -64,7 +64,7 @@ static struct attribute *cma_attrs[] = {
 };
 ATTRIBUTE_GROUPS(cma);
 
-static struct kobj_type cma_ktype = {
+static const struct kobj_type cma_ktype = {
        .release = cma_kobj_release,
        .sysfs_ops = &kobj_sysfs_ops,
        .default_groups = cma_groups,