]> git.baikalelectronics.ru Git - kernel.git/commit
video: output: convert class code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:32 +0000 (15:05 -0700)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 26 Jul 2013 07:37:02 +0000 (10:37 +0300)
commitb3dbab1bc90a5931a6aa8f5f120cc313f37c5603
tree67e392f4d6b754afdb64f16fd0cc6a345723a3d1
parenta3079e9139cd68a2ce172277272f72e0aa13bdb1
video: output: convert class code to use dev_groups

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

Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/output.c