From: Jani Nikula Date: Wed, 6 Mar 2024 18:31:09 +0000 (+0200) Subject: drm/amdgpu: make amd_asic_type.h self-contained X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eddb24a800ce89be9a01587f5572816213634ddc;p=linux.git drm/amdgpu: make amd_asic_type.h self-contained Include for u8. Reviewed-by: Thomas Zimmermann Acked-by: Alex Deucher Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/115327b880b69b1c8ad157e5ff7f6b419868fab0.1709749576.git.jani.nikula@intel.com --- diff --git a/include/drm/amd_asic_type.h b/include/drm/amd_asic_type.h index 724c45e3e9a78..9be85b821aa6d 100644 --- a/include/drm/amd_asic_type.h +++ b/include/drm/amd_asic_type.h @@ -22,6 +22,9 @@ #ifndef __AMD_ASIC_TYPE_H__ #define __AMD_ASIC_TYPE_H__ + +#include + /* * Supported ASIC types */