From patchwork Mon Jul 16 10:32:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 10002 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C722824024 for ; Mon, 16 Jul 2012 10:33:04 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 918B9A18884 for ; Mon, 16 Jul 2012 10:33:04 +0000 (UTC) Received: by yhpp61 with SMTP id p61so5330685yhp.11 for ; Mon, 16 Jul 2012 03:33:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=JaqABfdNUhbcNaOGivB+hxc5d8hQnHrPxawcO/EHgJ8=; b=F96WBMTnT41YP6kRjPLYFjkodx0givJPa2vdvB4soTLtYJsUG/suIhcow8SzazkpOG hqkjk9Yw6jMFBTZFx4pQLjVMmGvKUXzRE5l/zhZhcT/Qzi5dJL0WrxEazr5ELK+6WYZO oUknqOhbYuXMcjv/NYDiKWHcfXHS7uHT+SgYhrx8LaHnX27cD03GZFLvzwaIMr36cTKJ nd1ThB/ONHuBBmYaKQ/f9tntayGVEbCE/QBCFXD7s1TIYilvZhzwvoOySuVLamezw2sf QrG0QDWYtW4uMjd1aHMyqURdvsk/c3BVf2rrAhFhOZJRQye2W7/JbxEAMLWEjXEmBGQt wj1Q== Received: by 10.50.195.234 with SMTP id ih10mr4891114igc.0.1342434783780; Mon, 16 Jul 2012 03:33:03 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.241.2 with SMTP id lc2csp6656ibb; Mon, 16 Jul 2012 03:33:03 -0700 (PDT) Received: by 10.236.76.103 with SMTP id a67mr8726806yhe.69.1342434782868; Mon, 16 Jul 2012 03:33:02 -0700 (PDT) Received: from mail-yw0-f50.google.com (mail-yw0-f50.google.com [209.85.213.50]) by mx.google.com with ESMTPS id b49si13136799yho.138.2012.07.16.03.33.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jul 2012 03:33:02 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.213.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.213.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.213.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by yhjj63 with SMTP id j63so5433367yhj.37 for ; Mon, 16 Jul 2012 03:33:02 -0700 (PDT) Received: by 10.66.83.39 with SMTP id n7mr21517954pay.82.1342434782221; Mon, 16 Jul 2012 03:33:02 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id hw6sm11649337pbc.73.2012.07.16.03.32.58 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jul 2012 03:33:01 -0700 (PDT) From: Sachin Kamat To: linux-mtd@lists.infradead.org Cc: dwmw2@infradead.org, David.Woodhouse@intel.com, ben-linux@fluff.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 3/6] mtd: s3c2410: Use instead of Date: Mon, 16 Jul 2012 16:02:24 +0530 Message-Id: <1342434747-27622-3-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1342434747-27622-1-git-send-email-sachin.kamat@linaro.org> References: <1342434747-27622-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQl7OnFT997nvDN2fIpeR/2H/pL0HdQ8L4BCPc4SHhpaBrl7lImzcUCZTfwwuC0dnpDM/5/l 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