On Wed, Nov 22, 2023 at 7:25 AM Thomas Zimmermann <tzimmermann@xxxxxxx> wrote: > > One of the source files includes <drm/drm_auth.h> via <drm/drm_legacy.h>, > which will be removed. Include drm_auth.h directly. > > Signed-off-by: Thomas Zimmermann <tzimmermann@xxxxxxx> Acked-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > drivers/gpu/drm/drm_pci.c | 1 + > 1 file changed, 1 insertion(+) > > 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 <linux/pci.h> > #include <linux/slab.h> > > +#include <drm/drm_auth.h> > #include <drm/drm.h> > #include <drm/drm_drv.h> > #include <drm/drm_print.h> > -- > 2.42.1 >