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)
commit5b1530d973cad10127d4f670bec49db724e4ac77
tree67e392f4d6b754afdb64f16fd0cc6a345723a3d1
parent3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b
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