hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/media/videobuf2-memops.h
....@@ -34,8 +34,7 @@
3434 extern const struct vm_operations_struct vb2_common_vm_ops;
3535
3636 struct frame_vector *vb2_create_framevec(unsigned long start,
37
- unsigned long length,
38
- bool write);
37
+ unsigned long length);
3938 void vb2_destroy_framevec(struct frame_vector *vec);
4039
4140 #endif