]> git.openfabrics.org - ~emulex/infiniband.git/commit
devfreq: convert devfreq_class to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:09 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 04:22:34 +0000 (21:22 -0700)
commita93d6b0a879718a1a08553935744b0d5c58354c0
tree45d8666754888538b912a184a7300bda21843862
parent567b21e973ccf5b0d13776e408d7c67099749eb8
devfreq: convert devfreq_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 devfreq_class code to use the
correct field.

Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/devfreq/devfreq.c