forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
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"