[PATCH 3/6] sysfs.h: add BIN_ATTR macro

2013-07-10 Thread Greg Kroah-Hartman
This makes it easier to create static binary attributes, which is needed in a number of drivers, instead of "open coding" them. Signed-off-by: Greg Kroah-Hartman --- include/linux/sysfs.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h

[PATCH 3/6] sysfs.h: add BIN_ATTR macro

2013-07-10 Thread Greg Kroah-Hartman
This makes it easier to create static binary attributes, which is needed in a number of drivers, instead of open coding them. Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- include/linux/sysfs.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/linux/sysfs.h