[FIX] Kprobe: add include to swap_ktd 26/50726/1
authorAlexander Aksenov <a.aksenov@samsung.com>
Fri, 30 Oct 2015 09:37:27 +0000 (12:37 +0300)
committerAlexander Aksenov <a.aksenov@samsung.com>
Fri, 30 Oct 2015 09:37:27 +0000 (12:37 +0300)
Issue:
swap ksyms is used in kprobe, but necessary include is lost

Solution:
Add inlcude

Change-Id: Ib3d4fb1a1e95063f724a1bc45e26c63a53d313d0
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
kprobe/swap_ktd.c

index ddc6c37..79d1ef0 100644 (file)
@@ -25,6 +25,7 @@
 #include <linux/module.h>
 #include <linux/spinlock.h>
 #include <kprobe/swap_kprobes.h>
+#include <ksyms/ksyms.h>
 #include "swap_ktd.h"
 #include "swap_td_raw.h"