hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/gpu/drm/sti/sti_plane.c
....@@ -6,8 +6,10 @@
66 * for STMicroelectronics.
77 */
88
9
-#include <drm/drmP.h>
9
+#include <linux/types.h>
10
+
1011 #include <drm/drm_fb_cma_helper.h>
12
+#include <drm/drm_fourcc.h>
1113 #include <drm/drm_gem_cma_helper.h>
1214
1315 #include "sti_compositor.h"