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