V4L/DVB (8483): Remove obsolete owner field from video_device struct.
[pandora-kernel.git] / drivers / media / video / bw-qcam.c
index e367862..ec870c7 100644 (file)
@@ -907,7 +907,6 @@ static const struct file_operations qcam_fops = {
 };
 static struct video_device qcam_template=
 {
-       .owner          = THIS_MODULE,
        .name           = "Connectix Quickcam",
        .type           = VID_TYPE_CAPTURE,
        .fops           = &qcam_fops,