Message ID | 501BB4CA.4010003@st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/media/video/videobuf2-vmalloc.c b/drivers/media/video/videobuf2-vmalloc.c index 6b5ca6c..94efa04 100644 --- a/drivers/media/video/videobuf2-vmalloc.c +++ b/drivers/media/video/videobuf2-vmalloc.c @@ -18,6 +18,7 @@ #include <linux/vmalloc.h> #include <media/videobuf2-core.h> +#include <media/videobuf2-vmalloc.h> #include <media/videobuf2-memops.h> struct vb2_vmalloc_buf {
Fix "symbol 'vb2_vmalloc_memops' was not declared. Should it be static?" sparse warning. Signed-off-by: Nicolas Thery <nicolas.thery@st.com> --- drivers/media/video/videobuf2-vmalloc.c | 1 + 1 file changed, 1 insertion(+)