[media] v4l: vsp1: Move video device out of struct vsp1_rwpf
[deliverable/linux.git] / drivers / media / platform / vsp1 / vsp1_rwpf.h
index aa22cc062ff3c4ca2b3f10db86b346ffc252198a..ee2a8bf269fa0b3bf719b493397b088e62328df5 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "vsp1.h"
 #include "vsp1_entity.h"
-#include "vsp1_video.h"
 
 #define RWPF_PAD_SINK                          0
 #define RWPF_PAD_SOURCE                                1
@@ -33,7 +32,6 @@ struct vsp1_rwpf_operations {
 
 struct vsp1_rwpf {
        struct vsp1_entity entity;
-       struct vsp1_video video;
        struct v4l2_ctrl_handler ctrls;
 
        const struct vsp1_rwpf_operations *ops;
This page took 0.026233 seconds and 5 git commands to generate.