From patchwork Mon Dec 30 06:30:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 305708 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 39C712C012E for ; Mon, 30 Dec 2013 17:34:52 +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 1VxWQp-00040q-97; Mon, 30 Dec 2013 06:34:31 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VxWQn-00015u-IN; Mon, 30 Dec 2013 06:34:29 +0000 Received: from mail-pd0-f169.google.com ([209.85.192.169]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VxWQi-000152-4T for linux-mtd@lists.infradead.org; Mon, 30 Dec 2013 06:34:24 +0000 Received: by mail-pd0-f169.google.com with SMTP id v10so11074338pde.28 for ; Sun, 29 Dec 2013 22:33:57 -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=2PHtXm3UY2zjzoL3n+lbGstYpZ2CGFqo9ANr+nLRuk0=; b=l/dJHB72Juu4YrnTDSG4BbMmmpr2SOXJFkuiFcWqkeNeLea0G1CwjtlKHhl0vZVM+c jGz5tah+HYB1rr5tTABkxazUjViDLCxjPDpeItktRwxs1J2fIaShCYP88+/lcw1HUxmX 58f6ljqQ/rHqK+DB+LZjWiNyZ5fO/SffhHZbNhfXzQ6i2NKcY1q7M3W4ko1rrmWCRbR/ cfrAZvKFugq7iVw1Mv+Dy4C9nF6HEtm7Rl8RFK5AL4XSH5vIOMsd3KiT9CTAxNlXulAF Sa4qW6cYsWRjRJ2GOZ3ERIMfHvFXX0P9KGbbqLvIVJzRJMUh/kuR5+DQSl6Wdgr/68Ca /VJg== X-Gm-Message-State: ALoCoQloJO4X4wVu8jPaqjn/AzvJIO6FSSTqn5mIgVoAQhKmHZXSJfptEImJGDPUxi88Z1GPkwAs X-Received: by 10.67.5.131 with SMTP id cm3mr66674878pad.92.1388385237643; Sun, 29 Dec 2013 22:33:57 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id zc5sm41394613pbc.41.2013.12.29.22.33.55 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 29 Dec 2013 22:33:57 -0800 (PST) From: Sachin Kamat To: linux-mtd@lists.infradead.org Subject: [PATCH 1/2] mtd: omap2: Cleanup header files Date: Mon, 30 Dec 2013 12:00:20 +0530 Message-Id: <1388385021-1881-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-20131230_013424_298819_52CE22F7 X-CRM114-Status: UNSURE ( 8.39 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.192.169 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, computersforpeace@gmail.com, patches@linaro.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 2203747c9771 ("ARM: omap: move platform_data definitions") moved the files to the current location but forgot to remove the pointer to its previous location. Clean it up. Signed-off-by: Sachin Kamat Acked-by: Pekon Gupta --- include/linux/platform_data/mtd-nand-omap2.h | 2 -- include/linux/platform_data/mtd-onenand-omap2.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/include/linux/platform_data/mtd-nand-omap2.h b/include/linux/platform_data/mtd-nand-omap2.h index 4da5bfa2147f..3e9dd6676b97 100644 --- a/include/linux/platform_data/mtd-nand-omap2.h +++ b/include/linux/platform_data/mtd-nand-omap2.h @@ -1,6 +1,4 @@ /* - * arch/arm/plat-omap/include/mach/nand.h - * * Copyright (C) 2006 Micron Technology Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/include/linux/platform_data/mtd-onenand-omap2.h b/include/linux/platform_data/mtd-onenand-omap2.h index e9a9fb188f97..56ff0e6f5ad1 100644 --- a/include/linux/platform_data/mtd-onenand-omap2.h +++ b/include/linux/platform_data/mtd-onenand-omap2.h @@ -1,6 +1,4 @@ /* - * arch/arm/plat-omap/include/mach/onenand.h - * * Copyright (C) 2006 Nokia Corporation * Author: Juha Yrjola *