diff mbox

[OMAPZOOM] DSPBRIDGE: Remove SEEK_* redefinitions

Message ID 496565EC904933469F292DDA3F1663E602854E3E50@dlee06.ent.ti.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Guzman Lugo, Fernando Feb. 23, 2009, 5:53 p.m. UTC
From: Fernando Guzman Lugo <x0095840@ti.com>
Date: Mon, 23 Feb 2009 10:04:27 -0600
Subject: [PATCH] DSPBRIDGE: Remove SEEK_* redefinitions

This patch removes the SEEK_* redefinitions in host_os.h

Signed-off-by: Guzman Lugo Fernando <x0095840@ti.com>
---
 arch/arm/plat-omap/include/dspbridge/host_os.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

Comments

Ameya Palande March 2, 2009, 12:10 p.m. UTC | #1
Hi Lugo,

On Mon, Feb 23, 2009 at 7:53 PM, Guzman Lugo, Fernando <x0095840@ti.com> wrote:
> From: Fernando Guzman Lugo <x0095840@ti.com>
> Date: Mon, 23 Feb 2009 10:04:27 -0600
> Subject: [PATCH] DSPBRIDGE: Remove SEEK_* redefinitions
>
> This patch removes the SEEK_* redefinitions in host_os.h
>
> Signed-off-by: Guzman Lugo Fernando <x0095840@ti.com>
> ---
>  arch/arm/plat-omap/include/dspbridge/host_os.h |    6 ------
>  1 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/plat-omap/include/dspbridge/host_os.h b/arch/arm/plat-omap/include/dspbridge/host_os.h
> index ff49e0d..9245eea
> --- a/arch/arm/plat-omap/include/dspbridge/host_os.h
> +++ b/arch/arm/plat-omap/include/dspbridge/host_os.h
> @@ -60,12 +60,6 @@
>  #include <asm/cacheflush.h>
>  #include <linux/dma-mapping.h>
>
> -/*  ----------------------------------- Macros */
> -
> -#define SEEK_SET        0         /* Seek from beginning of file.  */
> -#define SEEK_CUR        1         /* Seek from current position.  */
> -#define SEEK_END        2         /* Seek from end of file.  */
> -
>  /* TODO -- Remove, once BP defines them */
>  #define INT_MAIL_MPU_IRQ        26
>  #define INT_DSP_MMU_IRQ        28
> --
> 1.5.6.4
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

What encoding are you using for composing this patch?
There seems to be some strange characters in the patch.
I can see them when I select show original message from gmail.

Cheers,
Ameya.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Felipe Contreras March 2, 2009, 12:15 p.m. UTC | #2
On Mon, Mar 2, 2009 at 2:10 PM, Ameya Palande <2ameya@gmail.com> wrote:
> What encoding are you using for composing this patch?
> There seems to be some strange characters in the patch.
> I can see them when I select show original message from gmail.

Me too
diff mbox

Patch

diff --git a/arch/arm/plat-omap/include/dspbridge/host_os.h b/arch/arm/plat-omap/include/dspbridge/host_os.h
index ff49e0d..9245eea
--- a/arch/arm/plat-omap/include/dspbridge/host_os.h
+++ b/arch/arm/plat-omap/include/dspbridge/host_os.h
@@ -60,12 +60,6 @@ 
 #include <asm/cacheflush.h>
 #include <linux/dma-mapping.h>
 
-/*  ----------------------------------- Macros */
-
-#define SEEK_SET        0         /* Seek from beginning of file.  */
-#define SEEK_CUR        1         /* Seek from current position.  */
-#define SEEK_END        2         /* Seek from end of file.  */
-
 /* TODO -- Remove, once BP defines them */
 #define INT_MAIL_MPU_IRQ        26
 #define INT_DSP_MMU_IRQ        28