forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/gpu/drm/radeon/radeon_encoders.c
....@@ -23,9 +23,13 @@
2323 * Authors: Dave Airlie
2424 * Alex Deucher
2525 */
26
-#include <drm/drmP.h>
26
+
27
+#include <linux/pci.h>
28
+
2729 #include <drm/drm_crtc_helper.h>
30
+#include <drm/drm_device.h>
2831 #include <drm/radeon_drm.h>
32
+
2933 #include "radeon.h"
3034 #include "atom.h"
3135