Skip to content

Commit

Permalink
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/…
Browse files Browse the repository at this point in the history
…efi/efi.git
  • Loading branch information
Stephen Rothwell committed May 11, 2023
2 parents f01f8b3 + 0153431 commit 671b918
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/x86/platform/efi/runtime-map.c
Original file line number Diff line number Diff line change
@@ -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,
2 changes: 1 addition & 1 deletion drivers/firmware/efi/esrt.c
Original file line number Diff line number Diff line change
@@ -156,7 +156,7 @@ static void esre_release(struct kobject *kobj)
kfree(entry);
}

static struct kobj_type esre1_ktype = {
static const struct kobj_type esre1_ktype = {
.release = esre_release,
.sysfs_ops = &esre_attr_ops,
.default_groups = esre1_groups,

0 comments on commit 671b918

Please sign in to comment.