forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
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"