]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/extcon/extcon.c
extcon: convert extcon_class to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:10 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 23:34:39 +0000 (16:34 -0700)
commitaf01da0e02def46c7f32f86811d6befb6ca16170
tree17e0759ac0444e9ca9ff39dd301561a1ecdb93fa
parent58b267d3e3f3ce87c3e559e4c330c8c03e905f5e
extcon: convert extcon_class to use dev_groups

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

Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Acked-by: Chanwoo Choi<cw00.choi@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/extcon/extcon-class.c