diff options
author | Jiri Slaby <xslaby@fi.muni.cz> | 2006-01-09 23:52:51 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 11:01:41 -0500 |
commit | 632d6407afb58ef125bf7e82a2e8af27d0704b56 (patch) | |
tree | a0321dd1dd91993b811b53045f9dfc8da1b5c831 /drivers/media/radio | |
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')
-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 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 = { | |||
93 | }; | 93 | }; |
94 | 94 | ||
95 | static struct video_device maestro_radio = { | 95 | static struct video_device maestro_radio = { |
96 | .owner = THIS_MODULE, | ||
97 | .name = "Maestro radio", | 96 | .name = "Maestro radio", |
98 | .type = VID_TYPE_TUNER, | 97 | .type = VID_TYPE_TUNER, |
99 | .hardware = VID_HARDWARE_SF16MI, | 98 | .hardware = VID_HARDWARE_SF16MI, |