Skip to content

Commit ea115c2

Browse files
author
Kent Overstreet
committed
torture: add missing dependency on hrtimer.h
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent ed509c7 commit ea115c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/torture.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <linux/debugobjects.h>
2222
#include <linux/bug.h>
2323
#include <linux/compiler.h>
24+
#include <linux/hrtimer.h>
2425

2526
/* Definitions for a non-string torture-test module parameter. */
2627
#define torture_param(type, name, init, msg) \

0 commit comments

Comments
 (0)