diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-21 12:51:45 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-21 12:51:45 +0200 |
commit | b0a3353c78a940cd8bea78e789a5e7b2c69788c7 (patch) | |
tree | 93480f731f00ea220d12ba204140776442491ee1 /linux/drivers/media/video/bw-qcam.c | |
parent | af41aa918f47e0bc59c5554cabbd05db0917bed4 (diff) | |
download | mediapointer-dvb-s2-b0a3353c78a940cd8bea78e789a5e7b2c69788c7.tar.gz mediapointer-dvb-s2-b0a3353c78a940cd8bea78e789a5e7b2c69788c7.tar.bz2 |
Remove obsolete owner field from video_device struct.
From: Hans Verkuil <hverkuil@xs4all.nl>
According to an old comment this should have been removed in 2.6.15.
Better late than never...
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/bw-qcam.c')
-rw-r--r-- | linux/drivers/media/video/bw-qcam.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bw-qcam.c b/linux/drivers/media/video/bw-qcam.c index cc247d6bb..3e103dede 100644 --- a/linux/drivers/media/video/bw-qcam.c +++ b/linux/drivers/media/video/bw-qcam.c @@ -908,7 +908,6 @@ static const struct file_operations qcam_fops = { }; static struct video_device qcam_template= { - .owner = THIS_MODULE, .name = "Connectix Quickcam", .type = VID_TYPE_CAPTURE, .fops = &qcam_fops, |