[1/3] update-kernel-headers: Add linux/udmabuf.h to headers to sync
diff mbox series

Message ID 20240601220320.6484-2-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • libcamera: Update to the new upstream subdev routing API
Related show

Commit Message

Laurent Pinchart June 1, 2024, 10:03 p.m. UTC
From: Hans de Goede <hdegoede@redhat.com>

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>
---
 utils/update-kernel-headers.sh | 1 +
 1 file changed, 1 insertion(+)

Patch
diff mbox series

diff --git a/utils/update-kernel-headers.sh b/utils/update-kernel-headers.sh
index 590986d2b7e2..8405be0ac923 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