From: Alexander Aksenov Date: Tue, 12 Nov 2013 08:07:33 +0000 (+0400) Subject: [FIX] change paths in uprobe X-Git-Tag: Tizen_SDK_2.3~201 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e98889f7699e37d6067cf4bd652bcfee0a017406;p=kernel%2Fswap-modules.git [FIX] change paths in uprobe Change-Id: I1ff5f436963e4548bf58c535cb729065107e9e20 Signed-off-by: Alexander Aksenov --- diff --git a/uprobe/arch/asm-arm/swap_uprobes.c b/uprobe/arch/asm-arm/swap_uprobes.c index 941f5ef..23783cd 100644 --- a/uprobe/arch/asm-arm/swap_uprobes.c +++ b/uprobe/arch/asm-arm/swap_uprobes.c @@ -24,18 +24,18 @@ * */ -#include -#include -#include +#include +#include +#include #include -#include -#include -#include -#include +#include +#include +#include +#include #include "trampoline_thumb.h" // FIXME: -#include +#include #define flush_insns(addr, size) \ diff --git a/uprobe/arch/asm-arm/swap_uprobes.h b/uprobe/arch/asm-arm/swap_uprobes.h index 2f61ae9..2e0dc53 100644 --- a/uprobe/arch/asm-arm/swap_uprobes.h +++ b/uprobe/arch/asm-arm/swap_uprobes.h @@ -29,7 +29,7 @@ #define _ARM_SWAP_UPROBES_H -#include +#include struct kprobe; diff --git a/uprobe/arch/asm-x86/swap_uprobes.c b/uprobe/arch/asm-x86/swap_uprobes.c index 4a135d4..cafb79f 100644 --- a/uprobe/arch/asm-x86/swap_uprobes.c +++ b/uprobe/arch/asm-x86/swap_uprobes.c @@ -25,10 +25,10 @@ */ #include -#include -#include -#include -#include +#include +#include +#include +#include struct uprobe_ctlblk { unsigned long flags; diff --git a/uprobe/arch/asm-x86/swap_uprobes.h b/uprobe/arch/asm-x86/swap_uprobes.h index 2700cf5..005df43 100644 --- a/uprobe/arch/asm-x86/swap_uprobes.h +++ b/uprobe/arch/asm-x86/swap_uprobes.h @@ -27,7 +27,7 @@ #ifndef _ARM_SWAP_UPROBES_H #define _ARM_SWAP_UPROBES_H -#include +#include struct uprobe; diff --git a/uprobe/swap_uprobes.c b/uprobe/swap_uprobes.c index cfcd75e..4254a8b 100644 --- a/uprobe/swap_uprobes.c +++ b/uprobe/swap_uprobes.c @@ -26,15 +26,15 @@ #include "swap_uprobes.h" -#include "dbi_kdebug.h" +#include -#include +#include #include #include #include -#include -#include +#include +#include enum { UPROBE_HASH_BITS = 10,