> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of 
> DebBarma, Tarun Kanti
> Sent: Tuesday, September 21, 2010 2:21 PM
> To: [email protected]
> 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 <[email protected]>
> Signed-off-by: Partha Basak <[email protected]>
> Signed-off-by: Thara Gopinath <[email protected]>
> Cc: Cousson, Benoit <[email protected]>
> Cc: Paul Walmsley <[email protected]>
> Cc: Kevin Hilman <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> ---
>  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 <[email protected]>
> + * Tarun Kanti DebBarma <[email protected]>
> + *
> + * 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to