]> git.baikalelectronics.ru Git - kernel.git/commit
Driver core: driver_attribute parameters can often be const*
authorPhil Carmody <ext-phil.2.carmody@nokia.com>
Fri, 18 Dec 2009 13:34:21 +0000 (15:34 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Dec 2009 19:23:43 +0000 (11:23 -0800)
commitf6370c7668703d9fad17b8a4faf1f42cc8157e6b
tree7f84a98f4b3658871408794a59d04995d5ced254
parent738e981e91f9cc04e134340c525b910e06599fd5
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>
Documentation/driver-model/driver.txt
Documentation/filesystems/sysfs.txt
drivers/base/driver.c
include/linux/device.h