Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/sun4i: Sort includes in VI and UI layer code

sun8i_mixer.h include is misplaced. Move it.

Acked-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20200224173901.174016-8-jernej.skrabec@siol.net

+2 -2
+1 -1
drivers/gpu/drm/sun4i/sun8i_ui_layer.c
··· 19 19 #include <drm/drm_plane_helper.h> 20 20 #include <drm/drm_probe_helper.h> 21 21 22 - #include "sun8i_ui_layer.h" 23 22 #include "sun8i_mixer.h" 23 + #include "sun8i_ui_layer.h" 24 24 #include "sun8i_ui_scaler.h" 25 25 26 26 static void sun8i_ui_layer_enable(struct sun8i_mixer *mixer, int channel,
+1 -1
drivers/gpu/drm/sun4i/sun8i_vi_layer.c
··· 13 13 #include <drm/drm_probe_helper.h> 14 14 15 15 #include "sun8i_csc.h" 16 - #include "sun8i_vi_layer.h" 17 16 #include "sun8i_mixer.h" 17 + #include "sun8i_vi_layer.h" 18 18 #include "sun8i_vi_scaler.h" 19 19 20 20 static void sun8i_vi_layer_enable(struct sun8i_mixer *mixer, int channel,