rtc-twl: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Fri, 5 Mar 2010 21:44:23 +0000 (13:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Mar 2010 19:26:47 +0000 (11:26 -0800)
commit2e84067b6e557b0b85cdbceaf9a9189fc2c26536
tree98f8170511bbb06db5483edca4315345033ffeac
parent870a2761a8df7dea7449b4225c9babcf22c6ead4
rtc-twl: 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: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-twl.c