Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: make amd_asic_type.h self-contained

Include <linux/types.h> for u8.

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/115327b880b69b1c8ad157e5ff7f6b419868fab0.1709749576.git.jani.nikula@intel.com

+3
+3
include/drm/amd_asic_type.h
··· 22 22 23 23 #ifndef __AMD_ASIC_TYPE_H__ 24 24 #define __AMD_ASIC_TYPE_H__ 25 + 26 + #include <linux/types.h> 27 + 25 28 /* 26 29 * Supported ASIC types 27 30 */