aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio
diff options
context:
space:
mode:
authorJiri Slaby <xslaby@fi.muni.cz>2006-01-09 20:52:51 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 08:01:41 -0800
commit632d6407afb58ef125bf7e82a2e8af27d0704b56 (patch)
treea0321dd1dd91993b811b53045f9dfc8da1b5c831 /drivers/media/radio
parent[PATCH] media-radio: Maestro avoid accessing private structures directly (diff)
downloadlinux-dev-632d6407afb58ef125bf7e82a2e8af27d0704b56.tar.xz
linux-dev-632d6407afb58ef125bf7e82a2e8af27d0704b56.zip
[PATCH] media-radio: Maestro radio delete owner line from video device
fops is used for module handling with ownership. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/radio')
-rw-r--r--drivers/media/radio/radio-maestro.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-maestro.c b/drivers/media/radio/radio-maestro.c
index a77da35eebce..36c9f5bf8cdd 100644
--- a/drivers/media/radio/radio-maestro.c
+++ b/drivers/media/radio/radio-maestro.c
@@ -93,7 +93,6 @@ static struct file_operations maestro_fops = {
};
static struct video_device maestro_radio = {
- .owner = THIS_MODULE,
.name = "Maestro radio",
.type = VID_TYPE_TUNER,
.hardware = VID_HARDWARE_SF16MI,