commit | 0b2c3688445ff02d3f1bfffc6983417b28f8c3da | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Sat Jan 16 20:43:12 2010 +0100 |
committer | Jean Delvare <khali@linux-fr.org> | Sat Jan 16 20:43:12 2010 +0100 |
tree | 6523c209131ec4da4b74c4ea8e3231efa4eeda95 | |
parent | 9ddabb6700f82a033a76bcf7a547204fa12aaa17 [diff] |
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>