[PATCH 05/14] accel: Include <drm/drm_auth.h>

Alex Deucher alexdeucher at gmail.com
Mon Nov 27 21:03:43 UTC 2023


On Wed, Nov 22, 2023 at 7:25 AM Thomas Zimmermann <tzimmermann at suse.de> 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 at suse.de>
> Cc: Oded Gabbay <ogabbay at kernel.org>

Acked-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  drivers/accel/drm_accel.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/accel/drm_accel.c b/drivers/accel/drm_accel.c
> index 294b572a9c331..24cac4c0274bb 100644
> --- a/drivers/accel/drm_accel.c
> +++ b/drivers/accel/drm_accel.c
> @@ -11,6 +11,7 @@
>  #include <linux/idr.h>
>
>  #include <drm/drm_accel.h>
> +#include <drm/drm_auth.h>
>  #include <drm/drm_debugfs.h>
>  #include <drm/drm_drv.h>
>  #include <drm/drm_file.h>
> --
> 2.42.1
>


More information about the dri-devel mailing list