]> git.baikalelectronics.ru Git - kernel.git/commit
mips: convert vpe_class to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:05 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 04:22:33 +0000 (21:22 -0700)
commit62f31d381048c9369b2cd2c32596e0f7bbaef8f8
tree664fd8f1e8d0bbed8e28b8bf852dee25aa429ad7
parent27d4a0cdf2d29230828c3315e1f29a4470355cb7
mips: convert vpe_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 MIPS vpe_class code to use
the correct field.

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: John Crispin <blogic@openwrt.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/kernel/vpe.c