projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2bef83
)
kmsan: add missing types.h dependency
author
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 11 Dec 2023 19:00:59 +0000
(14:00 -0500)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:30 +0000
(19:26 -0500)
more header dependency pruning/fixing
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/kmsan_types.h
patch
|
blob
|
history
diff --git
a/include/linux/kmsan_types.h
b/include/linux/kmsan_types.h
index
8bfa6c9
..
9292879
100644
(file)
--- a/
include/linux/kmsan_types.h
+++ b/
include/linux/kmsan_types.h
@@
-9,6
+9,8
@@
#ifndef _LINUX_KMSAN_TYPES_H
#define _LINUX_KMSAN_TYPES_H
+#include <linux/types.h>
+
/* These constants are defined in the MSan LLVM instrumentation pass. */
#define KMSAN_RETVAL_SIZE 800
#define KMSAN_PARAM_SIZE 800