diff options
Diffstat (limited to 'drivers/firmware/memmap.c')
| -rw-r--r-- | drivers/firmware/memmap.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/firmware/memmap.c b/drivers/firmware/memmap.c index 24945e2da77b..8e59be3782cb 100644 --- a/drivers/firmware/memmap.c +++ b/drivers/firmware/memmap.c @@ -69,6 +69,7 @@ static struct attribute *def_attrs[] = {  	&memmap_type_attr.attr,  	NULL  }; +ATTRIBUTE_GROUPS(def);  static const struct sysfs_ops memmap_attr_ops = {  	.show = memmap_attr_show, @@ -118,7 +119,7 @@ static void __meminit release_firmware_map_entry(struct kobject *kobj)  static struct kobj_type __refdata memmap_ktype = {  	.release	= release_firmware_map_entry,  	.sysfs_ops	= &memmap_attr_ops, -	.default_attrs	= def_attrs, +	.default_groups	= def_groups,  };  /*  |