From: Greg Kroah-Hartman Date: Tue, 20 Aug 2013 23:48:54 +0000 (-0700) Subject: sysfs.h: fix __BIN_ATTR_RW() X-Git-Tag: v3.12-rc1~184^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6853152689d47b4a1eb9f38a25a18f3f8b7a60de;p=pandora-kernel.git 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 --- Reading git-diff-tree failed