From patchwork Thu Dec 26 06:18:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 305205 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 10B9C2C0086 for ; Thu, 26 Dec 2013 17:23:05 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vw4L3-000419-Me; Thu, 26 Dec 2013 06:22:33 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vw4L1-000514-0r; Thu, 26 Dec 2013 06:22:31 +0000 Received: from mail-pb0-f43.google.com ([209.85.160.43]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vw4Kw-00050k-Ue for linux-mtd@lists.infradead.org; Thu, 26 Dec 2013 06:22:27 +0000 Received: by mail-pb0-f43.google.com with SMTP id rq2so7870397pbb.16 for ; Wed, 25 Dec 2013 22:22:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Qd+RmUxfiEKq2lBbHT8ZkCGoqJWSN84HMK7oS3bppFM=; b=HX6VgPTav9iI4J674lVCEhblUbim1ptpMgoHd80Le/mt8LsOArCzkW3QfmpA3Qjx2i FMRQpJC+ISeFuoi14Mwr2DZeY7NddFmPRhImpcBrEz1aaGGBcqgJsSk0mzscxIR28WLe iXG2Tj3gAegB0aOZY0QzRcPszd+QuHHHfRXFRM2q2eo0VKSUPPIyuNE8JliyiQ9WePbb 5kDhHT3NpMcfoMLC89r5MCH1CrjseYgsa4eRA2cCMSnWA6x55X5Tl+NG/Lm8GIvXdXjU uHbDnVLQSwSP4ttEZaQlMqsxliS+e6RjazPFBGGmSXn4VLPRojXQ7wIqWaf3ufCEaLYV CFEg== X-Gm-Message-State: ALoCoQkvONsVgWSlH71dbV4+K9HyyEr8ykqhghlKfxIZMh2APu00v5FKCEKs2VxVByhzHdifY6I6 X-Received: by 10.68.190.228 with SMTP id gt4mr42740239pbc.94.1388038924759; Wed, 25 Dec 2013 22:22:04 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id ha10sm52505609pbd.17.2013.12.25.22.22.02 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Dec 2013 22:22:04 -0800 (PST) From: Sachin Kamat To: linux-mtd@lists.infradead.org Subject: [PATCH 1/1] mtd: onenand: Trivial cleanup in samsung.h Date: Thu, 26 Dec 2013 11:48:34 +0530 Message-Id: <1388038714-10032-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131226_012227_068957_DC0E5B9C X-CRM114-Status: UNSURE ( 7.95 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.43 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: sachin.kamat@linaro.org, kyungmin.park@samsung.com, computersforpeace@gmail.com, trivial@kernel.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org commit 93115b7fa8f4 ("mtd: onenand/samsung: make regs-onenand.h file local") moved the file to the current location but forgot to remove the pointer to its previous location. Clean it up. Signed-off-by: Sachin Kamat --- drivers/mtd/onenand/samsung.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mtd/onenand/samsung.h b/drivers/mtd/onenand/samsung.h index c4a80e67e438..9016dc0136a8 100644 --- a/drivers/mtd/onenand/samsung.h +++ b/drivers/mtd/onenand/samsung.h @@ -1,6 +1,4 @@ /* - * linux/arch/arm/plat-s3c/include/plat/regs-onenand.h - * * Copyright (C) 2008-2010 Samsung Electronics * Kyungmin Park *