[PATCH -next] proc_devtree: remove duplicated include from proc_devtree.c

From: Wei Yongjun
Date: Fri Oct 26 2012 - 10:43:06 EST


From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx>

Remove duplicated include.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/