[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAPgLHd-wus3WFaR2k_F_2Jixep5tx71A=Y675a99MXwS=bnYKA@mail.gmail.com>
Date: Fri, 26 Oct 2012 22:43:06 +0800
From: Wei Yongjun <weiyj.lk@...il.com>
To: akpm@...ux-foundation.org
Cc: yongjun_wei@...ndmicro.com.cn, linux-kernel@...r.kernel.org
Subject: [PATCH -next] proc_devtree: remove duplicated include from proc_devtree.c
From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
---
fs/proc/proc_devtree.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/proc/proc_devtree.c b/fs/proc/proc_devtree.c
index 3d9fd66..de20ec4 100644
--- a/fs/proc/proc_devtree.c
+++ b/fs/proc/proc_devtree.c
@@ -13,7 +13,6 @@
#include <linux/of.h>
#include <linux/module.h>
#include <linux/slab.h>
-#include <linux/string.h>
#include <asm/prom.h>
#include <asm/uaccess.h>
#include "internal.h"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists