From: Phil Carmody Date: Fri, 18 Dec 2009 13:34:19 +0000 (+0200) Subject: Driver core: device_attribute parameters can often be const* X-Git-Tag: v2.6.33-rc2~12^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26579ab70aa0e0ea434e6e100279d2f67c094431;p=pandora-kernel.git Driver core: device_attribute parameters can often be const* Most device_attributes are const, and are begging to be put in a ro section. However, the create and remove file interfaces were failing to propagate the const promise which the only functions they call offer. Signed-off-by: Phil Carmody Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed