Re: [PATCH 19/36] rtc: convert class code to use dev_groups

2013-07-28 Thread Alessandro Zummo
On Wed, 24 Jul 2013 15:05:22 -0700 Greg Kroah-Hartman wrote: > The dev_attrs field of struct class is going away soon, dev_groups > should be used instead. This converts the rtc class code to use the > correct field. > > Cc: Alessandro Zummo > Signed-off-by: Greg Kroah-Hartman > --- > > Ales

[PATCH 19/36] rtc: convert class code to use dev_groups

2013-07-24 Thread Greg Kroah-Hartman
The dev_attrs field of struct class is going away soon, dev_groups should be used instead. This converts the rtc class code to use the correct field. Cc: Alessandro Zummo Signed-off-by: Greg Kroah-Hartman --- Alessandro, feel free to take this through your tree, or ACK it and I can take it thr