From: Thomas Zimmermann Date: Wed, 22 Nov 2023 12:09:32 +0000 (+0100) Subject: drm: Include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=972c45e892448f698047f312763eb984c0b8d7c3;p=linux.git drm: Include One of the source files includes via , which will be removed. Include drm_auth.h directly. Signed-off-by: Thomas Zimmermann Reviewed-by: David Airlie Reviewed-by: Daniel Vetter Acked-by: Alex Deucher Link: https://patchwork.freedesktop.org/patch/msgid/20231122122449.11588-4-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/drm_pci.c b/drivers/gpu/drm/drm_pci.c index 39d35fc3a43bc..67907dd427214 100644 --- a/drivers/gpu/drm/drm_pci.c +++ b/drivers/gpu/drm/drm_pci.c @@ -29,6 +29,7 @@ #include #include +#include #include #include #include