Messages in this thread Patch in this message |  | | From | weiyj_lk@163 ... | Subject | [PATCH -next] extable: Remove duplicated include from extable.c | Date | Thu, 16 Apr 2015 21:16:34 +0800 |
| |
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> --- kernel/extable.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/kernel/extable.c b/kernel/extable.c index c98f926..e820cce 100644 --- a/kernel/extable.c +++ b/kernel/extable.c @@ -18,7 +18,6 @@ #include <linux/ftrace.h> #include <linux/memory.h> #include <linux/module.h> -#include <linux/ftrace.h> #include <linux/mutex.h> #include <linux/init.h>
|  |