mtd: orion: Cleanup mtd-orion_nand.h header

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Jan 28 00:59:06 EST 2014


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=6bd8c02753bc0bb8dc14e23004a8effc46906638
Commit:     6bd8c02753bc0bb8dc14e23004a8effc46906638
Parent:     111b5a317677d09fd6e2a1dc532f32b4df745166
Author:     Sachin Kamat <sachin.kamat at linaro.org>
AuthorDate: Mon Dec 30 12:00:21 2013 +0530
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Sat Jan 11 11:39:23 2014 -0800

    mtd: orion: Cleanup mtd-orion_nand.h header
    
    Commit c02cecb92ed4 ("ARM: orion: move platform_data definitions")
    moved the file to the current location but forgot to remove the pointer
    to its previous location. Clean it up. While at it also change the header
    file protection macros appropriately.
    
    Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 include/linux/platform_data/mtd-orion_nand.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/include/linux/platform_data/mtd-orion_nand.h b/include/linux/platform_data/mtd-orion_nand.h
index 9f3c180..a7ce77c 100644
--- a/include/linux/platform_data/mtd-orion_nand.h
+++ b/include/linux/platform_data/mtd-orion_nand.h
@@ -1,13 +1,11 @@
 /*
- * arch/arm/plat-orion/include/plat/orion_nand.h
- *
  * This file is licensed under the terms of the GNU General Public
  * License version 2.  This program is licensed "as is" without any
  * warranty of any kind, whether express or implied.
  */
 
-#ifndef __PLAT_ORION_NAND_H
-#define __PLAT_ORION_NAND_H
+#ifndef __MTD_ORION_NAND_H
+#define __MTD_ORION_NAND_H
 
 /*
  * Device bus NAND private data



More information about the linux-mtd-cvs mailing list