diff options
| author | Rex Zhu <[email protected]> | 2015-09-18 08:35:17 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2015-12-21 21:42:05 +0000 |
| commit | 66dc0ddd02a1fdc6678e0b3ffcb257630462afaa (patch) | |
| tree | a3c6d5a60814fa3f087b7db4582610ed900e395d /drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | |
| parent | drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h (diff) | |
| download | kernel-66dc0ddd02a1fdc6678e0b3ffcb257630462afaa.tar.gz kernel-66dc0ddd02a1fdc6678e0b3ffcb257630462afaa.zip | |
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 <[email protected]>
Reviewed-by: Jammy Zhou <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c index 5a8fbadbd27b..3c895863fcf5 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c @@ -11,7 +11,7 @@ #include <linux/acpi.h> #include <linux/pci.h> -#include "amdgpu_acpi.h" +#include "amd_acpi.h" struct amdgpu_atpx_functions { bool px_params; |
