diff options
author | Alexander Aksenov <a.aksenov@samsung.com> | 2014-03-13 12:45:55 +0400 |
---|---|---|
committer | Alexander Aksenov <a.aksenov@samsung.com> | 2015-02-24 11:18:31 +0300 |
commit | 2904f3ae57ab66de927088d0a54d2f89f94cd1b5 (patch) | |
tree | 510d3ad0495163f92d18023a560572d7ed653ede | |
parent | 4c2b75656294b437979b95a9c26416077e666774 (diff) | |
download | swap-modules-2904f3ae57ab66de927088d0a54d2f89f94cd1b5.tar.gz swap-modules-2904f3ae57ab66de927088d0a54d2f89f94cd1b5.tar.bz2 swap-modules-2904f3ae57ab66de927088d0a54d2f89f94cd1b5.zip |
[IMPROVE] Uprobe: add import swap_register_uprobe()
Change-Id: I56a4952b3080fccf09fa7a0256db7b7b5058141d
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
-rw-r--r-- | uprobe/swap_uprobes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uprobe/swap_uprobes.c b/uprobe/swap_uprobes.c index 9eb2036f..ea1436a2 100644 --- a/uprobe/swap_uprobes.c +++ b/uprobe/swap_uprobes.c @@ -531,6 +531,7 @@ out: DBPRINTF("out ret = 0x%x\n", ret); return ret; } +EXPORT_SYMBOL_GPL(swap_register_uprobe); /** * @brief Unregisters uprobe. |