diff options
author | Alexander Aksenov <a.aksenov@samsung.com> | 2013-11-12 12:08:47 +0400 |
---|---|---|
committer | Alexander Aksenov <a.aksenov@samsung.com> | 2013-11-12 12:08:47 +0400 |
commit | 742b63e6f99ed6abf20fdcb802135f6b199133ab (patch) | |
tree | eb6fcd06cb110ce196c5cc9cbc71c44ecf28b77e /kprobe | |
parent | e98889f7699e37d6067cf4bd652bcfee0a017406 (diff) | |
download | swap-modules-742b63e6f99ed6abf20fdcb802135f6b199133ab.tar.gz swap-modules-742b63e6f99ed6abf20fdcb802135f6b199133ab.tar.bz2 swap-modules-742b63e6f99ed6abf20fdcb802135f6b199133ab.zip |
[FIX] arch includes for kprobe, uprobe, ks_{manager,feature}
Change-Id: Ib22fded7e99917399baf5df8ebd104d37ad50b31
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
Diffstat (limited to 'kprobe')
-rw-r--r-- | kprobe/dbi_kprobes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kprobe/dbi_kprobes.c b/kprobe/dbi_kprobes.c index ebbf305c..a595057a 100644 --- a/kprobe/dbi_kprobes.c +++ b/kprobe/dbi_kprobes.c @@ -47,7 +47,7 @@ */ #include "dbi_kprobes.h" -#include <asm/dbi_kprobes.h> +#include <kprobe/arch/asm/dbi_kprobes.h> #include "dbi_kdebug.h" #include "dbi_kprobes_deps.h" |