commit | 9a7e8492d17394a81d5534abf90b5b2ada7ea3c0 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu May 20 10:33:46 2010 +0200 |
committer | Eric Anholt <eric@anholt.net> | Wed May 26 14:10:26 2010 -0700 |
tree | d44dc49b966e624ff7f1f91badce72a36ce2b930 | |
parent | 7648fa99eb77a2e1a90b7beaa420e07d819b9c11 [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>