commit | 099c2f21d8cf0724b85abb2c589d6276953781b7 | [log] [tgz] |
---|---|---|
author | Phil Carmody <ext-phil.2.carmody@nokia.com> | Fri Dec 18 15:34:21 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Dec 23 11:23:43 2009 -0800 |
tree | 7f84a98f4b3658871408794a59d04995d5ced254 | |
parent | 66ecb92be9eb579df93add22d19843e7869f168e [diff] |
Driver core: driver_attribute parameters can often be const* Many struct driver_attribute descriptors are purely read-only structures, and there's no need to change them. Therefore make the promise not to, which will let those descriptors be put in a ro section. Signed-off-by: Phil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>