sh: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Sun, 17 Feb 2008 14:38:35 +0000 (15:38 +0100)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 26 Feb 2008 05:04:17 +0000 (14:04 +0900)
commit4377e605e0b004a8d2049eac6cc89fbe1fdcdbb2
treeebdcb11ceb4dd9b4453520df673d00fca6eff31a
parent24d10f0c37d301e88f6965e3dc0aa684311544e5
sh: 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: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh2a/clock-sh7203.c