From: Wei Yongjun Date: Sat, 3 Nov 2012 00:42:49 +0000 (+1100) Subject: proc_devtree: remove duplicated include from proc_devtree.c X-Git-Tag: next-20121107~2^2~71 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5e2a3feb737b3045c561c6e3e0a43dea5320d99e;p=karo-tx-linux.git proc_devtree: remove duplicated include from proc_devtree.c Remove duplicated include. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun Cc: Andy Shevchenko Signed-off-by: Andrew Morton --- diff --git a/fs/proc/proc_devtree.c b/fs/proc/proc_devtree.c index 3d9fd6674c71..de20ec480fa0 100644 --- a/fs/proc/proc_devtree.c +++ b/fs/proc/proc_devtree.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include "internal.h"