summaryrefslogtreecommitdiff
path: root/writer
diff options
context:
space:
mode:
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>2014-10-22 14:49:26 +0400
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>2014-10-22 14:49:26 +0400
commita5784e6a2d85acc7619d7555fc834abe5cb17337 (patch)
tree6d457d6ddcc1f20bcd8ed7cf8bd8ca9f3177f08d /writer
parentf23ee6ff179fee3fe6c4820ecacdc2029db28a99 (diff)
downloadswap-modules-a5784e6a2d85acc7619d7555fc834abe5cb17337.tar.gz
swap-modules-a5784e6a2d85acc7619d7555fc834abe5cb17337.tar.bz2
swap-modules-a5784e6a2d85acc7619d7555fc834abe5cb17337.zip
[IMPROVE] remove links to build modules
Change-Id: Ibf0bdd848e3e03c9b5c1b4c9b5ec8390c8886bfd Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
Diffstat (limited to 'writer')
-rw-r--r--writer/swap_writer_module.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/writer/swap_writer_module.c b/writer/swap_writer_module.c
index af9646f0..00e35c72 100644
--- a/writer/swap_writer_module.c
+++ b/writer/swap_writer_module.c
@@ -39,13 +39,15 @@
#include <linux/err.h>
#include <linux/module.h>
#include <linux/slab.h>
+
#include <asm/uaccess.h>
-#include <kprobe/arch/asm/swap_kprobes.h>
-#include <uprobe/arch/asm/swap_uprobes.h>
#include <buffer/swap_buffer_module.h>
#include <buffer/swap_buffer_errors.h>
+#include <swap-asm/swap_kprobes.h>
+#include <swap-asm/swap_uprobes.h>
+
#include "swap_writer_module.h"
#include "swap_writer_errors.h"
#include "kernel_operations.h"