commit | 6853152689d47b4a1eb9f38a25a18f3f8b7a60de | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <[email protected]> | Tue Aug 20 16:48:54 2013 -0700 |
committer | Greg Kroah-Hartman <[email protected]> | Tue Aug 20 16:48:54 2013 -0700 |
tree | 630ed2b1905242b5cad20beaf2d6c9363f7fc3db | |
parent | 515ad4d678128affa7788a685d79664463f3b1e3 [diff] |
sysfs.h: fix __BIN_ATTR_RW() __BIN_ATTR_RW() wasn't passing in the _size field. As it would break the build if this macro was ever used, it's obvious no one had ever tried to use it before. Fix it so that it can be used. Signed-off-by: Greg Kroah-Hartman <[email protected]>