diff options
author | David A. Long <dave.long@linaro.org> | 2014-03-06 18:17:52 -0500 |
---|---|---|
committer | David A. Long <dave.long@linaro.org> | 2014-03-18 16:39:34 -0400 |
commit | 21254ebc9e509967317ad8c6922797e21137ad53 (patch) | |
tree | 875dbc1e8032a6f267280be7cf80189f4eb5ad98 /arch/arm/kernel/kprobes-test-arm.c | |
parent | 09294e31b1779dda22f420c195994a0db54c9a92 (diff) |
ARM: Fix missing includes in kprobes sources
Make sure includes in ARM kprobes sources are done explicitly. Do not
rely on includes from other includes.
Signed-off-by: David A. Long <dave.long@linaro.org>
Acked-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'arch/arm/kernel/kprobes-test-arm.c')
-rw-r--r-- | arch/arm/kernel/kprobes-test-arm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/kprobes-test-arm.c b/arch/arm/kernel/kprobes-test-arm.c index 839312905067..87839de77e5f 100644 --- a/arch/arm/kernel/kprobes-test-arm.c +++ b/arch/arm/kernel/kprobes-test-arm.c @@ -10,6 +10,7 @@ #include <linux/kernel.h> #include <linux/module.h> +#include <asm/system_info.h> #include "kprobes-test.h" |