ARM: ux500: storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Tue, 1 Jul 2014 08:47:48 +0000 (10:47 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Jul 2014 08:37:43 +0000 (10:37 +0200)
commit922468cdf1a704c0c13e023d634ff802edc37910
treeff4d98c9eff528362c267d5e41d9783a6c199c97
parentaaebafb65d0cfba742b4e5d8fa6ec2e3a6bc308a
ARM: ux500: storage class should be before const qualifier

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@distanz.ch>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/timer.c