commit | 66ecb92be9eb579df93add22d19843e7869f168e | [log] [tgz] |
---|---|---|
author | Phil Carmody <ext-phil.2.carmody@nokia.com> | Fri Dec 18 15:34:20 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Dec 23 11:23:43 2009 -0800 |
tree | 60a8c4ecfd1ccb0743a137ecfbd972888dbd34ce | |
parent | 26579ab70aa0e0ea434e6e100279d2f67c094431 [diff] |
Driver core: bin_attribute parameters can often be const* Many struct bin_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>