V4L/DVB (8429): videodev: renamed 'class_dev' to 'dev'
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 20 Jul 2008 09:35:02 +0000 (06:35 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 23 Jul 2008 19:42:52 +0000 (16:42 -0300)
The class_dev field is a normal device, not a class device. This is very
confusing and now that the old 'dev' field has been renamed to 'parent'
we can rename 'class_dev' to just 'dev'.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found