drm/msm: storage class should be before const qualifier
authorPeter Griffin <peter.griffin@linaro.org>
Thu, 5 Jun 2014 17:30:58 +0000 (18:30 +0100)
committerRob Clark <robdclark@gmail.com>
Sun, 22 Jun 2014 12:32:09 +0000 (08:32 -0400)
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: Peter Griffin <peter.griffin@linaro.org>
Cc: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_drv.c

Simple merge