summaryrefslogtreecommitdiff
path: root/linux/drivers/media/radio/radio-trust.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-07-21 12:51:45 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2008-07-21 12:51:45 +0200
commitb0a3353c78a940cd8bea78e789a5e7b2c69788c7 (patch)
tree93480f731f00ea220d12ba204140776442491ee1 /linux/drivers/media/radio/radio-trust.c
parentaf41aa918f47e0bc59c5554cabbd05db0917bed4 (diff)
downloadmediapointer-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/radio/radio-trust.c')
-rw-r--r--linux/drivers/media/radio/radio-trust.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/radio/radio-trust.c b/linux/drivers/media/radio/radio-trust.c
index 57b69a7c0..28ebeb938 100644
--- a/linux/drivers/media/radio/radio-trust.c
+++ b/linux/drivers/media/radio/radio-trust.c
@@ -367,7 +367,6 @@ static const struct v4l2_ioctl_ops trust_ioctl_ops = {
};
static struct video_device trust_radio = {
- .owner = THIS_MODULE,
.name = "Trust FM Radio",
.type = VID_TYPE_TUNER,
.fops = &trust_fops,