commit | 3446d4bb93b4d8c7c5b667dd0271669f012fb166 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Tue Feb 17 10:11:42 2009 +0100 |
committer | Samuel Ortiz <samuel@sortiz.org> | Sun Apr 05 00:32:23 2009 +0200 |
tree | 26018a7591d80c087d1619dd805eda272299e26f | |
parent | 47c10edd715d420cabd8622a4a458e9ac755b24d [diff] |
mfd: 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: Samuel Ortiz <sameo@openedhand.com>