diff options
author | bobzhou <bob.zhou@amd.com> | 2023-02-27 10:30:54 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-03-02 06:45:08 +0300 |
commit | 6bb811d0ee3e1fe9f22a028c89b3472c999b70bc (patch) | |
tree | 84c2868e9708c27e5b5253c41f29888dfc9f10c5 /drivers/crypto/inside-secure/safexcel.c | |
parent | a8af68f79d149796609a679b00a34762249c6a5b (diff) | |
download | linux-6bb811d0ee3e1fe9f22a028c89b3472c999b70bc.tar.xz |
drm/amdgpu/vcn: fix compilation issue with legacy gcc
This patch is used to fix following compilation issue with legacy gcc
error: ‘for’ loop initial declarations are only allowed in C99 mode
for (int i = 0; i < adev->vcn.num_vcn_inst; ++i) {
Signed-off-by: bobzhou <bob.zhou@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/crypto/inside-secure/safexcel.c')
0 files changed, 0 insertions, 0 deletions