drm/i915: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Wed, 23 Dec 2009 13:14:34 +0000 (14:14 +0100)
committerEric Anholt <eric@anholt.net>
Wed, 6 Jan 2010 17:40:02 +0000 (09:40 -0800)
commit69e302a998ddfc3bd99033052f6d6152a46e7d6e
tree3b51e6835e49a2beb068a784813ebdbbd8d81ca3
parentcda9d05c499093c67b4a376a15009923acc2127a
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>
drivers/gpu/drm/i915/intel_display.c