forked from ~ljy/RK356X_SDK_RELEASE

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