> -----Original Message-----
> From: Hilman, Kevin
> Sent: Thursday, January 05, 2012 6:47 AM
> To: linux-omap@vger.kernel.org
> Cc: Paul Walmsley; Hiremath, Vaibhav
> Subject: [RFC/PATCH 7/7] ARM: OMAP: remove unused cpu_is_omap3530()
> 
> The cpu_is_omap3530() macro is unused, remove.
> 
This also make sense, since 3530 is exactly same as 3430 and even we don't 
use cpu_is_omap3530 anywhere. 

This can also be submitted to the list independently.

Thanks,
Vaibhav

> Signed-off-by: Kevin Hilman <khil...@ti.com>
> ---
>  arch/arm/plat-omap/include/plat/cpu.h |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/plat-omap/include/plat/cpu.h b/arch/arm/plat-
> omap/include/plat/cpu.h
> index 8d858c2..2c8e5ab 100644
> --- a/arch/arm/plat-omap/include/plat/cpu.h
> +++ b/arch/arm/plat-omap/include/plat/cpu.h
> @@ -290,7 +290,6 @@ IS_OMAP_TYPE(3517, 0x3517)
>  #define cpu_is_omap2422()            0
>  #define cpu_is_omap2423()            0
>  #define cpu_is_omap2430()            0
> -#define cpu_is_omap3530()            0
>  #define cpu_is_omap3517()            0
>  #define cpu_is_omap3430()            0
>  #define cpu_is_omap4430()            0
> @@ -344,7 +343,6 @@ IS_OMAP_TYPE(3517, 0x3517)
> 
>  #if defined(CONFIG_ARCH_OMAP3)
>  # undef cpu_is_omap3430
> -# undef cpu_is_omap3530
>  # undef cpu_is_omap3517
>  # undef cpu_is_ti81xx
>  # undef cpu_is_ti816x
> @@ -352,7 +350,6 @@ IS_OMAP_TYPE(3517, 0x3517)
>  # undef cpu_is_am33xx
>  # undef cpu_is_am335x
>  # define cpu_is_omap3430()           is_omap3430()
> -# define cpu_is_omap3530()           (cpu_is_omap3430())
>  # define cpu_is_omap3517()           is_omap3517()
>  # undef cpu_is_omap3630
>  # define cpu_is_omap3630()           is_omap363x()
> --
> 1.7.8.2

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to