diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-22 21:25:35 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-26 17:55:08 +0200 |
commit | 322e4095c9261d4cf0326f10d8e398d05e66521c (patch) | |
tree | e22cdb824f41131564558251d99ffb2107d85c97 /drivers/media/video | |
parent | V4L/DVB (8483): Remove obsolete owner field from video_device struct. (diff) | |
download | linux-322e4095c9261d4cf0326f10d8e398d05e66521c.tar.xz linux-322e4095c9261d4cf0326f10d8e398d05e66521c.zip |
V4L/DVB (8484): videodev: missed two more usages of the removed 'owner' field.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/arv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/arv.c b/drivers/media/video/arv.c index 8c7d1958856b..56ebfd5ef6fa 100644 --- a/drivers/media/video/arv.c +++ b/drivers/media/video/arv.c @@ -754,7 +754,6 @@ static const struct file_operations ar_fops = { }; static struct video_device ar_template = { - .owner = THIS_MODULE, .name = "Colour AR VGA", .type = VID_TYPE_CAPTURE, .fops = &ar_fops, |