From: Sachin Kamat Date: Mon, 16 Jul 2012 10:32:24 +0000 (+0530) Subject: mtd: s3c2410: Use instead of X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d2a89be8e7cedbc7aba7f0265459e75e6627614c;p=linux-beck.git mtd: s3c2410: Use instead of Fixes the following checkpatch warning: WARNING: Use #include instead of Signed-off-by: Sachin Kamat Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c index 3021b174761f..f9bbf55f4b0f 100644 --- a/drivers/mtd/nand/s3c2410.c +++ b/drivers/mtd/nand/s3c2410.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include @@ -45,8 +46,6 @@ #include #include -#include - #include #include