From: Thomas Zimmermann Date: Wed, 22 Nov 2023 12:09:32 +0000 (+0100) Subject: drm: Include X-Git-Tag: v6.8-rc1~21^2~23^2~27 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=972c45e892448f698047f312763eb984c0b8d7c3;p=linux-block.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 39d35fc3a43b..67907dd42721 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