> -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx > [mailto:linux-omap-owner@xxxxxxxxxxxxxxx] On Behalf Of > DebBarma, Tarun Kanti > Sent: Tuesday, September 21, 2010 2:21 PM > To: linux-omap@xxxxxxxxxxxxxxx > Cc: DebBarma, Tarun Kanti; Basak, Partha; Gopinath, Thara; > Cousson, Benoit; Paul Walmsley; Kevin Hilman; Tony Lindgren > Subject: [PATCHv3 2/17] dmtimer: infrastructure to support hwmod > > This patch introduces data structures and new fields on > existing data structures to support dmtimer conversion to > platform driver and support hwmod database for the diferent > OMAP platforms. > > Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@xxxxxx> > Signed-off-by: Partha Basak <p-basak2@xxxxxx> > Signed-off-by: Thara Gopinath <thara@xxxxxx> > Cc: Cousson, Benoit <b-cousson@xxxxxx> > Cc: Paul Walmsley <paul@xxxxxxxxx> > Cc: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx> > Cc: Tony Lindgren <tony@xxxxxxxxxxx> > --- > arch/arm/mach-omap2/dmtimer.h | 25 +++++++++++++++++ > arch/arm/plat-omap/dmtimer.c | 9 ++++++ > arch/arm/plat-omap/include/plat/dmtimer.h | 42 > +++++++++++++++++++++++++++++ > 3 files changed, 76 insertions(+), 0 deletions(-) create > mode 100644 arch/arm/mach-omap2/dmtimer.h > > diff --git a/arch/arm/mach-omap2/dmtimer.h > b/arch/arm/mach-omap2/dmtimer.h new file mode 100644 index > 0000000..3355725 > --- /dev/null > +++ b/arch/arm/mach-omap2/dmtimer.h > @@ -0,0 +1,25 @@ > +/** > + * linux/arch/arm/mach-omap2/dmtimer.h > + * > + * Copyright (C) 2010 Texas Instruments, Inc. > + * Thara Gopinath <thara@xxxxxx> > + * Tarun Kanti DebBarma <tarun.kanti@xxxxxx> > + * > + * OMAP2 Dual-Mode Timers > + * This program is free software; you can redistribute it > and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ > + > +#ifndef __ASM_ARCH_DMTIMER_H > +#define __ASM_ARCH_DMTIMER_H This header guard name is same as plat-omap dmtimer.h header guard. If both the headers are used in same file, it will result in build break. Change the name. May be __ASM_ARCH_DMTIMER_H__ and __ASM_PLAT_DMTIMER_H__ ? -Manjunath -- 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