From: Greg Kroah-Hartman Date: Sun, 6 Oct 2013 01:19:30 +0000 (-0700) Subject: driver core: remove dev_bin_attrs from struct class X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~64^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b01deda1e79259d2fe98fe68d41e4b7bad2783;p=pandora-kernel.git driver core: remove dev_bin_attrs from struct class No in-kernel code is now using this, they have all be converted over to using the bin_attrs support in attribute groups, so this field, and the code in the driver core that was creating/remove the binary files can be removed. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed