Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm: drop lib from header search path.

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>

+1 -1
+1 -1
drivers/gpu/drm/Makefile
··· 242 242 # Ensure drm headers are self-contained and pass kernel-doc 243 243 hdrtest-files := \ 244 244 $(shell cd $(src) && find . -maxdepth 1 -name 'drm_*.h') \ 245 - $(shell cd $(src) && find display lib -name '*.h') 245 + $(shell cd $(src) && find display -name '*.h') 246 246 247 247 always-$(CONFIG_DRM_HEADER_TEST) += \ 248 248 $(patsubst %.h,%.hdrtest, $(hdrtest-files))