]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit73be9035735dfb331a3f6fc98518d7a3a79c8c76
tree98f8170511bbb06db5483edca4315345033ffeac
parentf1fa0120bd603271e6ba1ed797a8d874e7e55777
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