[PATCH v2 1/5] update-kernel-headers: Add linux/udmabuf.h to headers to sync

Hans de Goede hdegoede at redhat.com
Thu May 30 19:15:56 CEST 2024


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

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
-- 
2.45.1



More information about the libcamera-devel mailing list