From ea115c248a478ce1acbf4776e4666fb663285b2f Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 17 Dec 2023 20:01:01 -0500 Subject: torture: add missing dependency on hrtimer.h Signed-off-by: Kent Overstreet --- include/linux/torture.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/torture.h b/include/linux/torture.h index c98d0c83d117..1541454da03e 100644 --- a/include/linux/torture.h +++ b/include/linux/torture.h @@ -21,6 +21,7 @@ #include #include #include +#include /* Definitions for a non-string torture-test module parameter. */ #define torture_param(type, name, init, msg) \ -- cgit