kernel/drivers/gpu/drm/radeon/cypress_dpm.c
.. .. @@ -22,13 +22,14 @@ 22 22 * Authors: Alex Deucher 23 23 */ 24 24 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"28 29 #include "evergreend.h" 29 30 #include "r600_dpm.h" 30 -#include "cypress_dpm.h"31 -#include "atom.h"31 +#include "radeon.h"32 +#include "radeon_asic.h"32 33 33 34 #define SMC_RAM_END 0x8000 34 35