diff options
Diffstat (limited to 'drivers/gpu/drm/tests/drm_modes_test.c')
-rw-r--r-- | drivers/gpu/drm/tests/drm_modes_test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tests/drm_modes_test.c b/drivers/gpu/drm/tests/drm_modes_test.c index 9358a885c58b..3953e478c4d0 100644 --- a/drivers/gpu/drm/tests/drm_modes_test.c +++ b/drivers/gpu/drm/tests/drm_modes_test.c @@ -4,14 +4,13 @@ */ #include <drm/drm_drv.h> +#include <drm/drm_kunit_helpers.h> #include <drm/drm_modes.h> #include <kunit/test.h> #include <linux/units.h> -#include "drm_kunit_helpers.h" - struct drm_test_modes_priv { struct drm_device *drm; }; |