[ARM] pxa/palmtc: storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Thu, 20 May 2010 08:31:46 +0000 (10:31 +0200)
committerEric Miao <eric.y.miao@gmail.com>
Mon, 31 May 2010 04:03:44 +0000 (12:03 +0800)
commit600ae40df788d282523b1b86624b83f7a11a97cb
tree3ff69afbcb576c7b6852a6cc68311fcb3d3385b6
parent67a3e12b05e055c0415c556a315a3d3eb637e29e
[ARM] pxa/palmtc: 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>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/palmtc.c