[PATCH 1/4] ARM: spear: storage class should be before const qualifier

Viresh Kumar viresh.kumar at linaro.org
Wed Mar 5 21:19:50 EST 2014


On Thu, Mar 6, 2014 at 12:33 AM, Tobias Klauser <tklauser at distanz.ch> wrote:
> The C99 specification states in section 6.11.5:
>
> The placement of a storage-class specifier other than at the beginning
> of the declaration specifiers in a declaration is an obsolescent
> feature.
>
> Signed-off-by: Tobias Klauser <tklauser at distanz.ch>
> ---
>  arch/arm/mach-spear/time.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-spear/time.c b/arch/arm/mach-spear/time.c
> index d449673..1963f17 100644
> --- a/arch/arm/mach-spear/time.c
> +++ b/arch/arm/mach-spear/time.c
> @@ -193,7 +193,7 @@ static void __init spear_clockevent_init(int irq)
>         setup_irq(irq, &spear_timer_irq);
>  }
>
> -const static struct of_device_id timer_of_match[] __initconst = {
> +static const struct of_device_id timer_of_match[] __initconst = {
>         { .compatible = "st,spear-timer", },
>         { },
>  };

Acked-by: Viresh Kumar <viresh.kumar at linaro.org>



More information about the linux-arm-kernel mailing list