etnaviv: remove variable from global namespace
Found out by accident this was clashing with another driver. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Cc: <mesa-stable@lists.freedesktop.org>
This commit is contained in:
@@ -384,7 +384,7 @@ enum modifier_priority {
|
||||
MODIFIER_PRIORITY_SUPER_TILED,
|
||||
};
|
||||
|
||||
const uint64_t priority_to_modifier[] = {
|
||||
static const uint64_t priority_to_modifier[] = {
|
||||
[MODIFIER_PRIORITY_INVALID] = DRM_FORMAT_MOD_INVALID,
|
||||
[MODIFIER_PRIORITY_LINEAR] = DRM_FORMAT_MOD_LINEAR,
|
||||
[MODIFIER_PRIORITY_SPLIT_TILED] = DRM_FORMAT_MOD_VIVANTE_SPLIT_TILED,
|
||||
|
||||
Reference in New Issue
Block a user