commit | b1d18dc06ba6b9056f95aaf1f8c464830846f87f | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Mon Apr 21 22:26:40 2008 +0000 |
committer | Jesper Juhl <juhl@hera.kernel.org> | Mon Apr 21 22:26:40 2008 +0000 |
tree | 2b7a9cff99c3e977f5455ec23334bdacd05291ae | |
parent | 3f76d9841e9cf6dd969ff3aec96476dced9c53f8 [diff] |
arm: 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: Jesper Juhl <jesper.juhl@gmail.com>