diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-14 15:52:23 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-14 15:52:23 -0700 |
| commit | ee87cfbacf73810697ae65af579dc6f193c520f5 (patch) | |
| tree | be389832d60926d5f1c50cd13d08204dfd72ef03 /sysfs.h-add-bin_attr-macro.patch | |
| parent | 0b9b586eb80f4a85b512496ce2d7f389c7271d1c (diff) | |
| download | patches-ee87cfbacf73810697ae65af579dc6f193c520f5.tar.gz | |
updated and new patches
Diffstat (limited to 'sysfs.h-add-bin_attr-macro.patch')
| -rw-r--r-- | sysfs.h-add-bin_attr-macro.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysfs.h-add-bin_attr-macro.patch b/sysfs.h-add-bin_attr-macro.patch index 0b024198d00356..f3a1c5b230f365 100644 --- a/sysfs.h-add-bin_attr-macro.patch +++ b/sysfs.h-add-bin_attr-macro.patch @@ -7,6 +7,8 @@ Subject: sysfs.h: add BIN_ATTR macro This makes it easier to create static binary attributes, which is needed in a number of drivers, instead of "open coding" them. +Reviewed-by: Guenter Roeck <linux@roeck-us.net> +Tested-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- include/linux/sysfs.h | 9 +++++++++ |
