aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2019-06-09 18:07:56 -0400
committerSam Ravnborg <sam@ravnborg.org>2019-06-10 17:02:48 -0400
commitfdf2f6c56e5e289c7d7e726b676aba25643b39a0 (patch)
treeee73c025bec0f2514aea3920d5f1056212223a8a /drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
parent09d21852a6f3bd8f96c0eb2d7bd9a3b8706f8bcd (diff)
drm/amd: drop use of drmP.h in amdgpu/amdgpu*
Drop use of drmP.h in all files named amdgpu* in drm/amd/amdgpu/ Fix fallout. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Cc: "Christian König" <christian.koenig@amd.com> Cc: "David (ChunMing) Zhou" <David1.Zhou@amd.com> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20190609220757.10862-10-sam@ravnborg.org
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
index 34471dbaa872..15b42f80ada2 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
@@ -22,7 +22,9 @@
22 * Authors: Rafał Miłecki <zajec5@gmail.com> 22 * Authors: Rafał Miłecki <zajec5@gmail.com>
23 * Alex Deucher <alexdeucher@gmail.com> 23 * Alex Deucher <alexdeucher@gmail.com>
24 */ 24 */
25#include <drm/drmP.h> 25
26#include <drm/drm_debugfs.h>
27
26#include "amdgpu.h" 28#include "amdgpu.h"
27#include "amdgpu_drv.h" 29#include "amdgpu_drv.h"
28#include "amdgpu_pm.h" 30#include "amdgpu_pm.h"
@@ -31,6 +33,7 @@
31#include "amdgpu_smu.h" 33#include "amdgpu_smu.h"
32#include "atom.h" 34#include "atom.h"
33#include <linux/power_supply.h> 35#include <linux/power_supply.h>
36#include <linux/pci.h>
34#include <linux/hwmon.h> 37#include <linux/hwmon.h>
35#include <linux/hwmon-sysfs.h> 38#include <linux/hwmon-sysfs.h>
36#include <linux/nospec.h> 39#include <linux/nospec.h>