diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.c b/drivers/gpu/drm/omapdrm/omap_drv.c index 5e67d58cbc28..f8292278f57d 100644 --- a/drivers/gpu/drm/omapdrm/omap_drv.c +++ b/drivers/gpu/drm/omapdrm/omap_drv.c | |||
@@ -21,8 +21,8 @@ | |||
21 | 21 | ||
22 | #include <drm/drm_atomic.h> | 22 | #include <drm/drm_atomic.h> |
23 | #include <drm/drm_atomic_helper.h> | 23 | #include <drm/drm_atomic_helper.h> |
24 | #include <drm/drm_crtc_helper.h> | ||
25 | #include <drm/drm_fb_helper.h> | 24 | #include <drm/drm_fb_helper.h> |
25 | #include <drm/drm_probe_helper.h> | ||
26 | 26 | ||
27 | #include "omap_dmm_tiler.h" | 27 | #include "omap_dmm_tiler.h" |
28 | #include "omap_drv.h" | 28 | #include "omap_drv.h" |