aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2019-10-02 12:01:24 +0000
committerAlex Deucher <[email protected]>2019-10-03 14:11:06 +0000
commite3aaf0e1744e988ebd10144a36eb5619da2f4b7b (patch)
tree205e9333ec264c92a496d814a72d58f0e7b61d02 /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parentdrm/amdgpu: hide another #warning (diff)
downloadkernel-e3aaf0e1744e988ebd10144a36eb5619da2f4b7b.tar.gz
kernel-e3aaf0e1744e988ebd10144a36eb5619da2f4b7b.zip
drm/amdgpu: display_mode_vba_21: remove uint typedef
The type definition for 'uint' clashes with the generic kernel headers: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn21/display_mode_vba_21.c:43:22: error: redefinition of typedef 'uint' is a C11 feature [-Werror,-Wtypedef-redefinition] include/linux/types.h:92:23: note: previous definition is here Just remove this type and use plain 'unsigned int' consistently, as it is already use almost everywhere in this file. Fixes: b04641a3f4c5 ("drm/amd/display: Add Renoir DML") Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions