V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments
[pandora-kernel.git] / drivers / media / video / stk-webcam.c
index 6590b92..f07a0f6 100644 (file)
@@ -1307,7 +1307,6 @@ static void stk_v4l_dev_release(struct video_device *vd)
 
 static struct video_device stk_v4l_data = {
        .name = "stkwebcam",
-       .minor = -1,
        .tvnorms = V4L2_STD_UNKNOWN,
        .current_norm = V4L2_STD_UNKNOWN,
        .fops = &v4l_stk_fops,