diff options
author | Hans de Goede <hdegoede@redhat.com> | 2024-05-30 19:15:56 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-06-03 12:14:33 +0300 |
commit | f6aa63acadaf8049f68ecdc7d4115f9b613e24cd (patch) | |
tree | 410e4435ad13efeb25e869dc716ee6b60a5e8035 | |
parent | 1020b6be51f4475a2016d93799af5753014157fa (diff) |
update-kernel-headers: Add linux/udmabuf.h to headers to sync
linux/udmabuf.h will be used by upcoming DmaBufAllocator changes and it
is not available on some older kernels.
Add it to the headers to sync.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rwxr-xr-x | utils/update-kernel-headers.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/update-kernel-headers.sh b/utils/update-kernel-headers.sh index 590986d2..8405be0a 100755 --- a/utils/update-kernel-headers.sh +++ b/utils/update-kernel-headers.sh @@ -52,6 +52,7 @@ headers=" linux/media-bus-format.h linux/media.h linux/rkisp1-config.h + linux/udmabuf.h linux/v4l2-common.h linux/v4l2-controls.h linux/v4l2-mediabus.h |