]> git.karo-electronics.de Git - karo-tx-linux.git/commit
driver core: remove dev_bin_attrs from struct class
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 6 Oct 2013 01:19:30 +0000 (18:19 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 6 Oct 2013 07:01:47 +0000 (00:01 -0700)
commita6b01deda1e79259d2fe98fe68d41e4b7bad2783
tree0f314b132ce2375efd0f23d4acb6763e8afc824d
parentbcc8edb52f05c1a9e75118d6b3bc04996a750593
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 <gregkh@linuxfoundation.org>
drivers/base/core.c
include/linux/device.h