i2c-core: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Sat, 16 Jan 2010 19:43:12 +0000 (20:43 +0100)
committerJean Delvare <khali@linux-fr.org>
Sat, 16 Jan 2010 19:43:12 +0000 (20:43 +0100)
commit0b2c3688445ff02d3f1bfffc6983417b28f8c3da
tree6523c209131ec4da4b74c4ea8e3231efa4eeda95
parent9ddabb6700f82a033a76bcf7a547204fa12aaa17
i2c-core: 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: Jean Delvare <khali@linux-fr.org>
drivers/i2c/i2c-core.c