]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/binfmt_misc.c
KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
[linux.git] / fs / binfmt_misc.c
index 9b4688ab1d8e0f1e00b118912ec7a78def04818f..f4718098ac31885b64ebaba7c03af5fe75515092 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/init.h>
-#include <linux/sched.h>
+#include <linux/sched/mm.h>
 #include <linux/magic.h>
 #include <linux/binfmts.h>
 #include <linux/slab.h>
@@ -818,7 +818,7 @@ static const struct super_operations s_ops = {
 static int bm_fill_super(struct super_block *sb, void *data, int silent)
 {
        int err;
-       static struct tree_descr bm_files[] = {
+       static const struct tree_descr bm_files[] = {
                [2] = {"status", &bm_status_operations, S_IWUSR|S_IRUGO},
                [3] = {"register", &bm_register_operations, S_IWUSR},
                /* last one */ {""}