]> Git Repo - linux.git/blobdiff - mm/cma_sysfs.c
Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs
[linux.git] / mm / cma_sysfs.c
index eb2f39caff59bfceba0e5693747824ca96a7d059..56347d15b7e8b514dcd58928dc1fc16e3eddc3ea 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,
This page took 0.031448 seconds and 4 git commands to generate.