From 632d6407afb58ef125bf7e82a2e8af27d0704b56 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Mon, 9 Jan 2006 20:52:51 -0800 Subject: [PATCH] [PATCH] media-radio: Maestro radio delete owner line from video device fops is used for module handling with ownership. Signed-off-by: Jiri Slaby Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/media/radio/radio-maestro.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/radio/radio-maestro.c b/drivers/media/radio/radio-maestro.c index a77da35..36c9f5b 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, -- 1.8.2.3