--- /dev/null
+From ee8bfb15d02dddb554ad4bdd6c44297f19556563 Mon Sep 17 00:00:00 2001
+From: Dave Airlie <airlied@redhat.com>
+Date: Fri, 6 Feb 2026 11:44:09 +1000
+Subject: drm: drop lib from header search path.
+
+From: Dave Airlie <airlied@redhat.com>
+
+commit ee8bfb15d02dddb554ad4bdd6c44297f19556563 upstream.
+
+This was leftover from when I dropped it in
+4a9671a03f2b ("gpu: Move DRM buddy allocator one level up (part one)")
+
+Signed-off-by: Dave Airlie <airlied@redhat.com>
+Cc: Miguel Ojeda <ojeda@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/gpu/drm/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/gpu/drm/Makefile
++++ b/drivers/gpu/drm/Makefile
+@@ -238,7 +238,7 @@ obj-$(CONFIG_DRM_POWERVR) += imagination
+ # Ensure drm headers are self-contained and pass kernel-doc
+ hdrtest-files := \
+ $(shell cd $(src) && find . -maxdepth 1 -name 'drm_*.h') \
+- $(shell cd $(src) && find display lib -name '*.h')
++ $(shell cd $(src) && find display -name '*.h')
+
+ always-$(CONFIG_DRM_HEADER_TEST) += \
+ $(patsubst %.h,%.hdrtest, $(hdrtest-files))
netfilter-nf_conntrack_sip-remove-net-variable-shadowing.patch
netfilter-nf_conntrack_sip-validate-skb_dst-before-accessing-it.patch
gpu-move-drm-buddy-allocator-one-level-up-part-two.patch
+drm-drop-lib-from-header-search-path.patch
gpu-buddy-bail-out-of-try_harder-when-alignment-cannot-be-honoured.patch
pinctrl-renesas-rzg2l-use-enotsupp-instead-of-eopnotsupp.patch
nfsd-pass-nfsd_file-to-nfsd_iter_read.patch