mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
vb2: replace void *alloc_ctxs by struct device *alloc_devs
Upstream: torvalds/linux@36c0f8b32c ("[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs")
This commit is contained in:
@@ -118,7 +118,9 @@ struct fthd_private {
|
||||
struct vb2_queue vb2_queue;
|
||||
struct mutex vb2_queue_lock;
|
||||
struct list_head buffer_queue;
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,8,0)
|
||||
struct vb2_alloc_ctx *alloc_ctx;
|
||||
#endif
|
||||
struct h2t_buf_ctx h2t_bufs[FTHD_BUFFERS];
|
||||
|
||||
struct v4l2_ctrl_handler v4l2_ctrl_handler;
|
||||
|
||||
Reference in New Issue
Block a user