commit | 005568be363b90c9333c3bcbc1e7a53922816322 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Mon Feb 09 22:02:42 2009 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Fri Feb 20 12:21:08 2009 +1000 |
tree | f2850bc6e6016a9b1166b45dc0197bfa3650ad3f | |
parent | 402a917aca5daca69fcc91f43e6f1e6939cf393b [diff] |
drm/i915: 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: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@linux.ie>