summaryrefslogtreecommitdiff
path: root/writer
diff options
context:
space:
mode:
authorAlexander Aksenov <a.aksenov@samsung.com>2013-11-12 11:35:20 +0400
committerAlexander Aksenov <a.aksenov@samsung.com>2013-11-12 11:35:20 +0400
commit53a33195eca2ee7afd0bb012d1fe2018e36bce8f (patch)
treea0572aa6d31193713cc35856769d5bbba179eda4 /writer
parentfb780a6f819839458009a8b1e93d61084990e578 (diff)
downloadswap-modules-53a33195eca2ee7afd0bb012d1fe2018e36bce8f.tar.gz
swap-modules-53a33195eca2ee7afd0bb012d1fe2018e36bce8f.tar.bz2
swap-modules-53a33195eca2ee7afd0bb012d1fe2018e36bce8f.zip
[FIX] fix paths in writer for commit aed8104d1543fd29ffd7d48a765ae4f952af5fbf
Change-Id: Iab28906c928b94b68e623bb16c0df9ba6aa844fd Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
Diffstat (limited to 'writer')
-rw-r--r--writer/swap_writer_module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/writer/swap_writer_module.c b/writer/swap_writer_module.c
index 1ee0dac1..772fd597 100644
--- a/writer/swap_writer_module.c
+++ b/writer/swap_writer_module.c
@@ -34,8 +34,8 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
-#include <asm/dbi_kprobes.h>
-#include <asm/swap_uprobes.h>
+#include <kprobe/arch/asm/dbi_kprobes.h>
+#include <uprobe/arch/asm/swap_uprobes.h>
#include <buffer/swap_buffer_module.h>
#include <buffer/swap_buffer_errors.h>