commit | 8c5e9fb8ac8f60253cd9589b61403d616dbdaf69 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 18 12:04:57 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 18 12:04:57 2017 -0700 |
tree | b08263a2400ca48cbaed292a7869ed6e2cc2c0d1 | |
parent | 7d2a055b23cea7fbc74e57c518336cc47c16f0f5 [diff] | |
parent | 98dc8373db89b242a7888cdc7b0788e21e0a4cbe [diff] |
Merge branch 'net-attribute_group-const' Arvind Yadav says: ==================== constify net 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: David S. Miller <davem@davemloft.net>