[FIX] fix paths in writer for commit aed8104d1543fd29ffd7d48a765ae4f952af5fbf
authorAlexander Aksenov <a.aksenov@samsung.com>
Tue, 12 Nov 2013 07:35:20 +0000 (11:35 +0400)
committerAlexander Aksenov <a.aksenov@samsung.com>
Tue, 12 Nov 2013 07:35:20 +0000 (11:35 +0400)
Change-Id: Iab28906c928b94b68e623bb16c0df9ba6aa844fd
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
writer/swap_writer_module.c

index 1ee0dac..772fd59 100644 (file)
@@ -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>