commit | 305183fc3ec8aac55179ef0fcb65dab9b97a9145 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Sun Feb 24 20:03:42 2008 +0100 |
committer | Jean Delvare <khali@hyperion.delvare> | Sun Feb 24 20:03:42 2008 +0100 |
tree | b480d025bd360572d8badf4b20f71e6bcdf93acc | |
parent | a92b36ed33800435a2356a78489e129aaf30f673 [diff] |
i2c: 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>