summaryrefslogtreecommitdiff
path: root/preload
diff options
context:
space:
mode:
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>2015-04-27 15:22:12 +0300
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>2015-04-27 15:24:02 +0300
commit483630ae22b25b202c69d868592daf059f45ad10 (patch)
treec54643747d0921633ff3e3d8158dffeed18c2d05 /preload
parentd4e9632f5edd1601c0262193e558494abed80055 (diff)
parent823167ff5296299a977b4378cca82759b51580a4 (diff)
downloadswap-modules-483630ae22b25b202c69d868592daf059f45ad10.tar.gz
swap-modules-483630ae22b25b202c69d868592daf059f45ad10.tar.bz2
swap-modules-483630ae22b25b202c69d868592daf059f45ad10.zip
Merge branch 'tizen_2.4' into 'tizen_2.4_dev'
Change-Id: I1133d65cd7fe8b74e084b4ea9e0bdc8fb470659d Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
Diffstat (limited to 'preload')
-rw-r--r--preload/preload_debugfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/preload/preload_debugfs.c b/preload/preload_debugfs.c
index d9b4d188..8af94bbf 100644
--- a/preload/preload_debugfs.c
+++ b/preload/preload_debugfs.c
@@ -7,7 +7,7 @@
#include <linux/mutex.h>
#include <linux/limits.h>
#include <asm/uaccess.h>
-#include <driver/swap_debugfs.h>
+#include <master/swap_debugfs.h>
#include "preload.h"
#include "preload_debugfs.h"
#include "preload_module.h"
@@ -381,7 +381,7 @@ int preload_debugfs_init(void)
goto fail;
ret = -ENOENT;
- swap_dentry = get_swap_debugfs_dir();
+ swap_dentry = swap_debugfs_getdir();
if (!swap_dentry)
goto fail;