media: staging/media: rename VFL_TYPE_GRABBER to _VIDEO
[linux-2.6-microblaze.git] / drivers / staging / media / hantro / hantro_drv.c
index ca8b133..0b1200f 100644 (file)
@@ -674,7 +674,7 @@ static int hantro_add_func(struct hantro_dev *vpu, unsigned int funcid)
 
        video_set_drvdata(vfd, vpu);
 
-       ret = video_register_device(vfd, VFL_TYPE_GRABBER, -1);
+       ret = video_register_device(vfd, VFL_TYPE_VIDEO, -1);
        if (ret) {
                v4l2_err(&vpu->v4l2_dev, "Failed to register video device\n");
                return ret;