]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PNP: convert bus code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2013 06:55:42 +0000 (23:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2013 01:36:02 +0000 (18:36 -0700)
commit2df4390130a85c2dd85ba3eb96f0c25ae7c5bca3
tree6522ac5a278ee164376883740439ce46c933302a
parent69df75334bf6d68a0a74397c2cc32172f0d7d620
PNP: convert bus code to use dev_groups

The dev_attrs field of struct bus_type is going away soon, dev_groups
should be used instead.  This converts the PNP bus code to use the
correct field.

Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pnp/base.h
drivers/pnp/driver.c
drivers/pnp/interface.c