]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
proc_devtree: remove duplicated include from proc_devtree.c
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 9 Nov 2012 03:04:51 +0000 (14:04 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Nov 2012 04:55:14 +0000 (15:55 +1100)
Remove duplicated include.

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

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/proc_devtree.c

index 3d9fd6674c719af68205a2bff350f768c198a971..de20ec480fa082402f557014b285f685be4974d2 100644 (file)
@@ -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"