Skip to content

Commit 2bfb0ca

Browse files
Yang Wangalexdeucher
authored andcommitted
drm/amdgpu: remove unused macro HW_REV
remove unused macro HW_REV Signed-off-by: Yang Wang <kevinyang.wang@amd.com> Reviewed-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 7f3e6b8 commit 2bfb0ca

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,6 @@ struct amdgpu_ip_block_version {
363363
const struct amd_ip_funcs *funcs;
364364
};
365365

366-
#define HW_REV(_Major, _Minor, _Rev) \
367-
((((uint32_t) (_Major)) << 16) | ((uint32_t) (_Minor) << 8) | ((uint32_t) (_Rev)))
368-
369366
struct amdgpu_ip_block {
370367
struct amdgpu_ip_block_status status;
371368
const struct amdgpu_ip_block_version *version;

0 commit comments

Comments
 (0)