From: "Jiri Slaby" fops is used for module handling with ownership. Signed-off-by: Jiri Slaby Cc: Greg KH Signed-off-by: Andrew Morton --- drivers/media/radio/radio-maestro.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/media/radio/radio-maestro.c~media-radio-maestro-radio-delete-owner-line-from-video-device drivers/media/radio/radio-maestro.c --- devel/drivers/media/radio/radio-maestro.c~media-radio-maestro-radio-delete-owner-line-from-video-device 2006-01-04 01:44:33.000000000 -0800 +++ devel-akpm/drivers/media/radio/radio-maestro.c 2006-01-04 01:44:33.000000000 -0800 @@ -92,7 +92,6 @@ static struct file_operations maestro_fo }; static struct video_device maestro_radio = { - .owner = THIS_MODULE, .name = "Maestro radio", .type = VID_TYPE_TUNER, .hardware = VID_HARDWARE_SF16MI, _