Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

torture: add missing dependency on hrtimer.h

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

+1
+1
include/linux/torture.h
··· 21 21 #include <linux/debugobjects.h> 22 22 #include <linux/bug.h> 23 23 #include <linux/compiler.h> 24 + #include <linux/hrtimer.h> 24 25 25 26 /* Definitions for a non-string torture-test module parameter. */ 26 27 #define torture_param(type, name, init, msg) \