From patchwork Mon Jul 16 10:32:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/6] mtd: s3c2410: Use instead of Date: Mon, 16 Jul 2012 00:32:24 -0000 From: Sachin Kamat X-Patchwork-Id: 171153 Message-Id: <1342434747-27622-3-git-send-email-sachin.kamat@linaro.org> To: linux-mtd@lists.infradead.org Cc: sachin.kamat@linaro.org, dwmw2@infradead.org, David.Woodhouse@intel.com, ben-linux@fluff.org, patches@linaro.org Fixes the following checkpatch warning: WARNING: Use #include instead of Signed-off-by: Sachin Kamat --- drivers/mtd/nand/s3c2410.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c index 2383940..5907d1c 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