]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Mon, 9 Feb 2009 20:35:39 +0000 (21:35 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 10 Feb 2009 09:59:19 +0000 (09:59 +0000)
commitac6830b3a42f3fb3fbcc247705f51ec61e546132
treec1e422735cbe42c268e7198a626738035b0e70fe
parent52d1f649204904361745018367117bb80e01bc1e
[ARM] 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: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/machine_kexec.c