forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/gpu/drm/radeon/rs690.c
....@@ -25,11 +25,13 @@
2525 * Alex Deucher
2626 * Jerome Glisse
2727 */
28
-#include <drm/drmP.h>
28
+
29
+#include <linux/pci.h>
30
+
31
+#include "atom.h"
2932 #include "radeon.h"
3033 #include "radeon_asic.h"
3134 #include "radeon_audio.h"
32
-#include "atom.h"
3335 #include "rs690d.h"
3436
3537 int rs690_mc_wait_for_idle(struct radeon_device *rdev)