projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1b4f1a
)
x86: Remove duplicated #include
author
Huang Weiyi
<weiyi.huang@gmail.com>
Sat, 11 Jul 2009 01:32:46 +0000
(09:32 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 11 Jul 2009 08:17:08 +0000
(10:17 +0200)
Remove duplicated #include in:
arch/x86/kernel/dumpstack.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/dumpstack.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/dumpstack.c
b/arch/x86/kernel/dumpstack.c
index c8405718a4c3be91cab8948e95937c7c0bc568b9..2d8a371d43396a61e2afb53f0478ba48634d87ad 100644
(file)
--- a/
arch/x86/kernel/dumpstack.c
+++ b/
arch/x86/kernel/dumpstack.c
@@
-15,7
+15,6
@@
#include <linux/bug.h>
#include <linux/nmi.h>
#include <linux/sysfs.h>
-#include <linux/ftrace.h>
#include <asm/stacktrace.h>