projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cddf77
)
drm/amdgpu: make amd_asic_type.h self-contained
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 6 Mar 2024 18:31:09 +0000
(20:31 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 7 Mar 2024 15:17:25 +0000
(17:17 +0200)
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
include/drm/amd_asic_type.h
patch
|
blob
|
history
diff --git
a/include/drm/amd_asic_type.h
b/include/drm/amd_asic_type.h
index 724c45e3e9a78d8b72d2722146aef13d5c169e9d..9be85b821aa6d0e328479cded2868c86253fe128 100644
(file)
--- 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
*/