Skip to content

Commit 58eaeaf

Browse files
committed
torture: add missing dependency on hrtimer.h
JIRA: https://issues.redhat.com/browse/RHEL-35759 commit ea115c2 Author: Kent Overstreet <kent.overstreet@linux.dev> Date: Sun, 17 Dec 2023 20:01:01 -0500 torture: add missing dependency on hrtimer.h Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> Signed-off-by: Waiman Long <longman@redhat.com>
1 parent 9ae7ca4 commit 58eaeaf

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)