diff options
| author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-12-30 12:00:20 +0530 | 
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2014-11-29 14:52:46 -0800 | 
| commit | cea4cebe5019726b3849936ebb7074f26662db73 (patch) | |
| tree | 8326bfd92021579dca3b0e3aec013c917782f275 | |
| parent | be86804cd2dd68ba8bb99995e5930c9ddd860004 (diff) | |
| download | olio-linux-3.10-cea4cebe5019726b3849936ebb7074f26662db73.tar.xz olio-linux-3.10-cea4cebe5019726b3849936ebb7074f26662db73.zip | |
mtd: omap2: Cleanup header files
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 <sachin.kamat@linaro.org>
Acked-by: Pekon Gupta <pekon@ti.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
| -rw-r--r-- | include/linux/platform_data/mtd-nand-omap2.h | 2 | ||||
| -rw-r--r-- | include/linux/platform_data/mtd-onenand-omap2.h | 2 | 
2 files changed, 0 insertions, 4 deletions
| diff --git a/include/linux/platform_data/mtd-nand-omap2.h b/include/linux/platform_data/mtd-nand-omap2.h index 4da5bfa2147..3e9dd6676b9 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 e9a9fb188f9..56ff0e6f5ad 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   * |