projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed509c7
)
torture: add missing dependency on hrtimer.h
author
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 18 Dec 2023 01:01:01 +0000
(20:01 -0500)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:30 +0000
(19:26 -0500)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/torture.h
patch
|
blob
|
history
diff --git
a/include/linux/torture.h
b/include/linux/torture.h
index c98d0c83d117cb6302f6a2bab21b892276569c27..1541454da03e811fbaaee397668d7e5a4d484230 100644
(file)
--- a/
include/linux/torture.h
+++ b/
include/linux/torture.h
@@
-21,6
+21,7
@@
#include <linux/debugobjects.h>
#include <linux/bug.h>
#include <linux/compiler.h>
+#include <linux/hrtimer.h>
/* Definitions for a non-string torture-test module parameter. */
#define torture_param(type, name, init, msg) \