Re: (subset) [PATCH v7 01/36] drm/tests: helpers: Include missing drm_drv header

From: Maxime Ripard
Date: Wed Feb 28 2024 - 10:40:34 EST


On Thu, 22 Feb 2024 19:13:47 +0100, Maxime Ripard wrote:
> We have a few functions declared in our kunit helpers header, some of
> them dereferencing the struct drm_driver.
>
> However, we don't include the drm_drv.h header file defining that
> structure, leading to compilation errors if we don't include both
> headers.
>
> [...]

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime