diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2015-09-18 04:35:17 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-12-21 16:42:05 -0500 |
commit | 66dc0ddd02a1fdc6678e0b3ffcb257630462afaa (patch) | |
tree | a3c6d5a60814fa3f087b7db4582610ed900e395d /drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | |
parent | 7e85be994828b15014e4748e4b5eca015be6adce (diff) |
drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
This will be shared with the new powerplay module.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c index 5df5b8390b03..5cd7b736a9de 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #include <drm/drmP.h> | 29 | #include <drm/drmP.h> |
30 | #include <drm/drm_crtc_helper.h> | 30 | #include <drm/drm_crtc_helper.h> |
31 | #include "amdgpu.h" | 31 | #include "amdgpu.h" |
32 | #include "amdgpu_acpi.h" | 32 | #include "amd_acpi.h" |
33 | #include "atom.h" | 33 | #include "atom.h" |
34 | 34 | ||
35 | extern void amdgpu_pm_acpi_event_handler(struct amdgpu_device *adev); | 35 | extern void amdgpu_pm_acpi_event_handler(struct amdgpu_device *adev); |