From: Jiri Slaby Date: Tue, 10 Jan 2006 04:52:51 +0000 (-0800) Subject: [PATCH] media-radio: Maestro radio delete owner line from video device X-Git-Tag: firefly_0821_release~39303 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=632d6407afb58ef125bf7e82a2e8af27d0704b56;p=firefly-linux-kernel-4.4.55.git [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 --- 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,