diff options
author | Zhu Lingshan <lingshan.zhu@amd.com> | 2024-07-29 14:28:36 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-01-06 22:44:29 +0300 |
commit | c901693f368f99a858bd410576427adc6a518612 (patch) | |
tree | 1a0eb997bbc5bb9cd17fe6e35577538fd31931a5 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
parent | 2b11179e1878fafcc5c63de726d1b6b8b281e8e9 (diff) | |
download | linux-c901693f368f99a858bd410576427adc6a518612.tar.xz |
drm/amdkfd: always include uapi header in priv.h
The header usr/linux/kfd_ioctl.h is a duplicate of uapi/linux/kfd_ioctl.h.
And it is actually not a file in the source code tree.
Ideally, the usr version should be updated whenever the source code is recompiled.
However, I have noticed a discrepancy between the two headers
even after rebuilding the kernel.
This commit modifies kfd_priv.h to always include the header from uapi to ensure
the latest changes are reflected. We should always include the source
code header other than the duplication.
Signed-off-by: Zhu Lingshan <lingshan.zhu@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions