On Tue, Mar 3, 2009 at 2:00 AM, Guzman Lugo, Fernando <x0095840@xxxxxx> wrote: > From: Fernando Guzman Lugo <x0095840@xxxxxx> > 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@xxxxxx> > --- > 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 > Hi Fernando, I am not able to apply this as it contains some extra characters "=20" Here is the location: #include <linux/dma-mapping.h> =20 -/* ----------------------------------- Macros */ Can you check configuration which is used for generating these patches? Cheers, Ameya. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html