diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-06-29 14:01:26 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-29 22:48:51 +0300 |
commit | 38ef00cc3390798cc09e8565b708a46daef7f1b6 (patch) | |
tree | 3278672c62e57232b82945b80793b64de62406df /net/bridge | |
parent | ee27244b6653f54fb1a7601ff08d02889b699388 (diff) | |
download | linux-38ef00cc3390798cc09e8565b708a46daef7f1b6.tar.xz |
net: constify attribute_group structures.
attribute_groups are not supposed to change at runtime. All functions
working with attribute_groups provided by <linux/device.h> work with const
attribute_group. So mark the non-const structs as const.
File size before:
text data bss dec hex filename
9968 3168 16 13152 3360 net/core/net-sysfs.o
File size After adding 'const':
text data bss dec hex filename
10160 2976 16 13152 3360 net/core/net-sysfs.o
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge')
0 files changed, 0 insertions, 0 deletions