diff options
author | Sabyasachi Gupta <sabyasachi.linux@gmail.com> | 2019-03-06 17:16:51 +0100 |
---|---|---|
committer | Shuah Khan <shuah@kernel.org> | 2019-04-09 00:18:21 +0200 |
commit | cde53520e2877f7f3a493e3a55d636baaf46903c (patch) | |
tree | 273deb9a9edb3cdf1173d1eb3760148eeabce39a /tools | |
parent | selftest/timers: Remove duplicate header (diff) | |
download | linux-cde53520e2877f7f3a493e3a55d636baaf46903c.tar.xz linux-cde53520e2877f7f3a493e3a55d636baaf46903c.zip |
selftest/rseq: Remove duplicate header
Remove duplicate header which is included twice
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/rseq/rseq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/rseq/rseq.h b/tools/testing/selftests/rseq/rseq.h index c72eb70f9b52..6c1126e7f685 100644 --- a/tools/testing/selftests/rseq/rseq.h +++ b/tools/testing/selftests/rseq/rseq.h @@ -16,7 +16,6 @@ #include <errno.h> #include <stdio.h> #include <stdlib.h> -#include <sched.h> #include <linux/rseq.h> /* |