* [PATCH] ASoC: mcbsp: Trivial cleanup in asoc-ti-mcbsp.h
@ 2013-12-30 5:07 Sachin Kamat
2013-12-30 6:52 ` Peter Ujfalusi
2013-12-30 11:50 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Sachin Kamat @ 2013-12-30 5:07 UTC (permalink / raw)
To: alsa-devel; +Cc: sachin.kamat, broonie, trivial, patches
Commit 2203747c9771 ("ARM: omap: 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@linaro.org>
---
include/linux/platform_data/asoc-ti-mcbsp.h | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/include/linux/platform_data/asoc-ti-mcbsp.h b/include/linux/platform_data/asoc-ti-mcbsp.h
index c78d90b28b19..3c73c045f8da 100644
--- a/include/linux/platform_data/asoc-ti-mcbsp.h
+++ b/include/linux/platform_data/asoc-ti-mcbsp.h
@@ -1,6 +1,4 @@
/*
- * arch/arm/plat-omap/include/mach/mcbsp.h
- *
* Defines for Multi-Channel Buffered Serial Port
*
* Copyright (C) 2002 RidgeRun, Inc.
@@ -21,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
-#ifndef __ASM_ARCH_OMAP_MCBSP_H
-#define __ASM_ARCH_OMAP_MCBSP_H
+#ifndef __ASOC_TI_MCBSP_H
+#define __ASOC_TI_MCBSP_H
#include <linux/spinlock.h>
#include <linux/clk.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: mcbsp: Trivial cleanup in asoc-ti-mcbsp.h
2013-12-30 5:07 [PATCH] ASoC: mcbsp: Trivial cleanup in asoc-ti-mcbsp.h Sachin Kamat
@ 2013-12-30 6:52 ` Peter Ujfalusi
2013-12-30 11:50 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Peter Ujfalusi @ 2013-12-30 6:52 UTC (permalink / raw)
To: Sachin Kamat, alsa-devel; +Cc: broonie, trivial, patches
On 12/30/2013 07:07 AM, Sachin Kamat wrote:
> Commit 2203747c9771 ("ARM: omap: 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.
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
> include/linux/platform_data/asoc-ti-mcbsp.h | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/include/linux/platform_data/asoc-ti-mcbsp.h b/include/linux/platform_data/asoc-ti-mcbsp.h
> index c78d90b28b19..3c73c045f8da 100644
> --- a/include/linux/platform_data/asoc-ti-mcbsp.h
> +++ b/include/linux/platform_data/asoc-ti-mcbsp.h
> @@ -1,6 +1,4 @@
> /*
> - * arch/arm/plat-omap/include/mach/mcbsp.h
> - *
> * Defines for Multi-Channel Buffered Serial Port
> *
> * Copyright (C) 2002 RidgeRun, Inc.
> @@ -21,8 +19,8 @@
> * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
> *
> */
> -#ifndef __ASM_ARCH_OMAP_MCBSP_H
> -#define __ASM_ARCH_OMAP_MCBSP_H
> +#ifndef __ASOC_TI_MCBSP_H
> +#define __ASOC_TI_MCBSP_H
>
> #include <linux/spinlock.h>
> #include <linux/clk.h>
>
--
Péter
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: mcbsp: Trivial cleanup in asoc-ti-mcbsp.h
2013-12-30 5:07 [PATCH] ASoC: mcbsp: Trivial cleanup in asoc-ti-mcbsp.h Sachin Kamat
2013-12-30 6:52 ` Peter Ujfalusi
@ 2013-12-30 11:50 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2013-12-30 11:50 UTC (permalink / raw)
To: Sachin Kamat; +Cc: alsa-devel, trivial, patches
[-- Attachment #1.1: Type: text/plain, Size: 338 bytes --]
On Mon, Dec 30, 2013 at 10:37:48AM +0530, Sachin Kamat wrote:
> Commit 2203747c9771 ("ARM: omap: 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.
Applied, thanks.
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-30 11:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30 5:07 [PATCH] ASoC: mcbsp: Trivial cleanup in asoc-ti-mcbsp.h Sachin Kamat
2013-12-30 6:52 ` Peter Ujfalusi
2013-12-30 11:50 ` Mark Brown
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.