summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2024-03-06 20:31:09 +0200
committerJani Nikula <jani.nikula@intel.com>2024-03-07 17:17:25 +0200
commiteddb24a800ce89be9a01587f5572816213634ddc (patch)
treec8f2a5691fedd946ba1df837212205590e39f967 /include/drm
parent2cddf770be0cebb663af3d72c049b9e24928f335 (diff)
downloadlinux-eddb24a800ce89be9a01587f5572816213634ddc.tar.gz
linux-eddb24a800ce89be9a01587f5572816213634ddc.tar.bz2
linux-eddb24a800ce89be9a01587f5572816213634ddc.zip
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
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/amd_asic_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/amd_asic_type.h b/include/drm/amd_asic_type.h
index 724c45e3e9a7..9be85b821aa6 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 <linux/types.h>
+
/*
* Supported ASIC types
*/