diff options
author | Jiri Slaby <xslaby@fi.muni.cz> | 2006-01-09 20:52:51 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 08:01:41 -0800 |
commit | 632d6407afb58ef125bf7e82a2e8af27d0704b56 (patch) | |
tree | a0321dd1dd91993b811b53045f9dfc8da1b5c831 /drivers/media/radio/radio-maestro.c | |
parent | f86e7767990c0d63f0630cbf6018b6996f9ecde5 (diff) |
[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/radio-maestro.c')
-rw-r--r-- | drivers/media/radio/radio-maestro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-maestro.c b/drivers/media/radio/radio-maestro.c index a77da35eebc..36c9f5bf8cd 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, |