aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/hdlcd_crtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/arm/hdlcd_crtc.c')
-rw-r--r--drivers/gpu/drm/arm/hdlcd_crtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/arm/hdlcd_crtc.c b/drivers/gpu/drm/arm/hdlcd_crtc.c
index e4d67b70244d..0b2b62f8fa3c 100644
--- a/drivers/gpu/drm/arm/hdlcd_crtc.c
+++ b/drivers/gpu/drm/arm/hdlcd_crtc.c
@@ -13,12 +13,12 @@
13#include <drm/drm_atomic.h> 13#include <drm/drm_atomic.h>
14#include <drm/drm_atomic_helper.h> 14#include <drm/drm_atomic_helper.h>
15#include <drm/drm_crtc.h> 15#include <drm/drm_crtc.h>
16#include <drm/drm_crtc_helper.h>
17#include <drm/drm_fb_helper.h>
18#include <drm/drm_fb_cma_helper.h> 16#include <drm/drm_fb_cma_helper.h>
17#include <drm/drm_fb_helper.h>
19#include <drm/drm_gem_cma_helper.h> 18#include <drm/drm_gem_cma_helper.h>
20#include <drm/drm_of.h> 19#include <drm/drm_of.h>
21#include <drm/drm_plane_helper.h> 20#include <drm/drm_plane_helper.h>
21#include <drm/drm_probe_helper.h>
22#include <linux/clk.h> 22#include <linux/clk.h>
23#include <linux/of_graph.h> 23#include <linux/of_graph.h>
24#include <linux/platform_data/simplefb.h> 24#include <linux/platform_data/simplefb.h>