From 2904f3ae57ab66de927088d0a54d2f89f94cd1b5 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 13 Mar 2014 12:45:55 +0400 Subject: [PATCH] [IMPROVE] Uprobe: add import swap_register_uprobe() Change-Id: I56a4952b3080fccf09fa7a0256db7b7b5058141d Signed-off-by: Alexander Aksenov --- uprobe/swap_uprobes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uprobe/swap_uprobes.c b/uprobe/swap_uprobes.c index 9eb2036..ea1436a 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. -- 2.7.4