kernel/drivers/gpu/drm/sti/sti_plane.c
.. .. @@ -6,8 +6,10 @@ 6 6 * for STMicroelectronics. 7 7 */ 8 8 9 -#include <drm/drmP.h>9 +#include <linux/types.h>10 +10 11 #include <drm/drm_fb_cma_helper.h> 12 +#include <drm/drm_fourcc.h>11 13 #include <drm/drm_gem_cma_helper.h> 12 14 13 15 #include "sti_compositor.h"