On Wed, 22 Nov 2023, Thomas Zimmermann <[email protected]> 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 <[email protected]> > Cc: Jani Nikula <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > Cc: Rodrigo Vivi <[email protected]> > Cc: Tvrtko Ursulin <[email protected]> > Cc: [email protected]
Acked-by: Jani Nikula <[email protected]> > --- > drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c > b/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c > index b1aa62dfb155d..81a57dd52dfda 100644 > --- a/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c > +++ b/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c > @@ -9,6 +9,7 @@ > #include <linux/sync_file.h> > #include <linux/uaccess.h> > > +#include <drm/drm_auth.h> > #include <drm/drm_syncobj.h> > > #include "display/intel_frontbuffer.h" -- Jani Nikula, Intel
