diff options
Diffstat (limited to 'drivers/gpu/drm/arc/arcpgu_sim.c')
-rw-r--r-- | drivers/gpu/drm/arc/arcpgu_sim.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/arc/arcpgu_sim.c b/drivers/gpu/drm/arc/arcpgu_sim.c index 6530d88f7293..b1119bc62630 100644 --- a/drivers/gpu/drm/arc/arcpgu_sim.c +++ b/drivers/gpu/drm/arc/arcpgu_sim.c | |||
@@ -14,8 +14,9 @@ | |||
14 | * | 14 | * |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <drm/drm_crtc_helper.h> | ||
18 | #include <drm/drm_atomic_helper.h> | 17 | #include <drm/drm_atomic_helper.h> |
18 | #include <drm/drm_crtc_helper.h> | ||
19 | #include <drm/drm_device.h> | ||
19 | 20 | ||
20 | #include "arcpgu.h" | 21 | #include "arcpgu.h" |
21 | 22 | ||