hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/drm/radeon/cypress_dpm.c
....@@ -22,13 +22,14 @@
2222 * Authors: Alex Deucher
2323 */
2424
25
-#include <drm/drmP.h>
26
-#include "radeon.h"
27
-#include "radeon_asic.h"
25
+#include <linux/pci.h>
26
+
27
+#include "atom.h"
28
+#include "cypress_dpm.h"
2829 #include "evergreend.h"
2930 #include "r600_dpm.h"
30
-#include "cypress_dpm.h"
31
-#include "atom.h"
31
+#include "radeon.h"
32
+#include "radeon_asic.h"
3233
3334 #define SMC_RAM_END 0x8000
3435