diff mbox

[1/2] mtd: omap2: Cleanup header files

Message ID 1388385021-1881-1-git-send-email-sachin.kamat@linaro.org
State New, archived
Headers show

Commit Message

Sachin Kamat Dec. 30, 2013, 6:30 a.m. UTC
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>
---
 include/linux/platform_data/mtd-nand-omap2.h    |    2 --
 include/linux/platform_data/mtd-onenand-omap2.h |    2 --
 2 files changed, 4 deletions(-)

Comments

pekon gupta Jan. 3, 2014, 6:46 a.m. UTC | #1
>From: linux-mtd On Behalf Of Sachin Kamat
>
>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>
>---
> 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
>  *
>--
>1.7.9.5
>

Acked-by: Pekon Gupta <pekon@ti.com>


with regards, pekon
Brian Norris Jan. 11, 2014, 7:44 p.m. UTC | #2
On Fri, Jan 03, 2014 at 06:46:15AM +0000, Pekon Gupta wrote:
> >From: linux-mtd On Behalf Of Sachin Kamat
> >
> >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>

Pushed both to l2-mtd.git. Thanks.

Brian
diff mbox

Patch

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
  *