From: Phil Carmody Date: Fri, 18 Dec 2009 13:34:20 +0000 (+0200) Subject: Driver core: bin_attribute parameters can often be const* X-Git-Tag: v2.6.33-rc2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66ecb92be9eb579df93add22d19843e7869f168e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed