aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/um/stub_segv.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/stub_segv.c')
-rw-r--r--arch/x86/um/stub_segv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/um/stub_segv.c b/arch/x86/um/stub_segv.c
index b7450bd22e7..1518d2805ae 100644
--- a/arch/x86/um/stub_segv.c
+++ b/arch/x86/um/stub_segv.c
@@ -3,9 +3,9 @@
* Licensed under the GPL
*/
-#include "sysdep/stub.h"
-#include "sysdep/faultinfo.h"
-#include "sysdep/mcontext.h"
+#include <sysdep/stub.h>
+#include <sysdep/faultinfo.h>
+#include <sysdep/mcontext.h>
void __attribute__ ((__section__ (".__syscall_stub")))
stub_segv_handler(int sig, siginfo_t *info, void *p)