aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/media/videobuf2-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/videobuf2-core.h b/include/media/videobuf2-core.h
index bef53ce555d2..3770be6e972d 100644
--- a/include/media/videobuf2-core.h
+++ b/include/media/videobuf2-core.h
@@ -342,7 +342,7 @@ struct vb2_queue {
342 const struct vb2_mem_ops *mem_ops; 342 const struct vb2_mem_ops *mem_ops;
343 void *drv_priv; 343 void *drv_priv;
344 unsigned int buf_struct_size; 344 unsigned int buf_struct_size;
345 u32 timestamp_type; 345 u32 timestamp_flags;
346 gfp_t gfp_flags; 346 gfp_t gfp_flags;
347 347
348/* private: internal use only */ 348/* private: internal use only */