diff options
| author | Lijo Lazar <lijo.lazar@amd.com> | 2025-02-05 13:06:44 +0530 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-02-12 21:04:06 -0500 |
| commit | a5219b41dd908182e6b4c0a9ab842c11973043e6 (patch) | |
| tree | 9f3dc6b061019090a4857fb8e70b277933b84eae /drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c | |
| parent | drm/amdgpu/sdma4: drop gfxoff calls in dump ip state (diff) | |
| download | linux-a5219b41dd908182e6b4c0a9ab842c11973043e6.tar.gz linux-a5219b41dd908182e6b4c0a9ab842c11973043e6.zip | |
drm/amdgpu: Clean up atom header file inclusion
atom bios header files are not required in these files.
Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c b/drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c index 6948fe9956ce..a88d25a06c29 100644 --- a/drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c +++ b/drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c @@ -21,7 +21,6 @@ * */ #include "amdgpu.h" -#include "amdgpu_atombios.h" #include "hdp_v6_0.h" #include "hdp/hdp_6_0_0_offset.h" |
