commit | 1130c55c757660ac83bd2de220f08580c56b6855 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 23 15:02:56 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 23 15:02:56 2013 -0700 |
tree | 97cec72dc80737c0306d84df9c62d80f0d419d35 | |
parent | a65fcce75a75c0d41b938f86d09d42b6f1733309 [diff] |
driver core: create write-only attribute macros for devices and drivers This creates the macros DRIVER_ATTR_WO() and DEVICE_ATTR_WO() for write-only attributes for drivers and devices. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>