driver core: remove class_attrs from struct class
commitecbaa83ee84cdf592c2891ca4c205b23d6b79a6f
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Jun 2017 08:12:42 +0000 (8 10:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jun 2017 08:41:00 +0000 (9 10:41 +0200)
tree4c55b41da162ceee9c72fdd56f660dd2835abd89
parentdc307f921f5c4c0cc64675203065c9b6a94f0bcb
driver core: remove class_attrs from struct class

This field is no longer used or needed (use class_groups instead), so it
can be removed along with the driver core functionality that created and
removed these files.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/class.c
include/linux/device.h