diff options
| author | Sabyasachi Gupta <sabyasachi.linux@gmail.com> | 2019-01-14 07:18:02 -0500 |
|---|---|---|
| committer | Shuah Khan <shuah@kernel.org> | 2019-01-14 20:50:42 -0500 |
| commit | b686057e95075b51939ade6b8c9b478a1011342a (patch) | |
| tree | 12a657e3a63f7de7486bda231279d87ec8610535 | |
| parent | a180ac19ac19145789faa8ece9a45934822f6a29 (diff) | |
tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header
Remove sys/ucontext.h which is included more than once.
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
| -rw-r--r-- | tools/testing/selftests/x86/unwind_vdso.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/unwind_vdso.c b/tools/testing/selftests/x86/unwind_vdso.c index 00a26a82fa98..97311333700e 100644 --- a/tools/testing/selftests/x86/unwind_vdso.c +++ b/tools/testing/selftests/x86/unwind_vdso.c | |||
| @@ -44,7 +44,6 @@ int main() | |||
| 44 | #include <stdbool.h> | 44 | #include <stdbool.h> |
| 45 | #include <sys/ptrace.h> | 45 | #include <sys/ptrace.h> |
| 46 | #include <sys/user.h> | 46 | #include <sys/user.h> |
| 47 | #include <sys/ucontext.h> | ||
| 48 | #include <link.h> | 47 | #include <link.h> |
| 49 | #include <sys/auxv.h> | 48 | #include <sys/auxv.h> |
| 50 | #include <dlfcn.h> | 49 | #include <dlfcn.h> |
