summaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi/runtime-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/platform/efi/runtime-map.c')
-rw-r--r--arch/x86/platform/efi/runtime-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/efi/runtime-map.c b/arch/x86/platform/efi/runtime-map.c
index bbee682ef8cd..a6f02cef3ca2 100644
--- a/arch/x86/platform/efi/runtime-map.c
+++ b/arch/x86/platform/efi/runtime-map.c
@@ -93,7 +93,7 @@ static void map_release(struct kobject *kobj)
kfree(entry);
}
-static struct kobj_type __refdata map_ktype = {
+static const struct kobj_type __refconst map_ktype = {
.sysfs_ops = &map_attr_ops,
.default_groups = def_groups,
.release = map_release,