commit | df44d30d28cb7dd4f3dc105d843a4a01f5dfc860 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Wed Aug 02 19:36:20 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 17:49:22 2017 +0200 |
tree | ab33f78c886a0b55409d77753555f5c2cdafb4b0 | |
parent | 6ef2541f268f56a4b93acb0f921c8fc4b74bfc9f [diff] |
base: topology: constify attribute_group structures. attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by <linux/sysfs.h> work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>