gbm: make 'devices' array static
authorJulien Cristau <jcristau@debian.org>
Mon, 3 Mar 2014 16:41:56 +0000 (17:41 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 8 Mar 2014 20:43:54 +0000 (20:43 +0000)
commitcf1c52575d6fea966d818eac4a32ec2decc48576
treeebbbe08c3a3871490117c6ee0eada0246ec0a4ba
parent330a3799d055a37f3a5d191519f9ff687024f81b
gbm: make 'devices' array static

It's only used in this one file as far as I can tell, and exporting a
symbol named 'devices' from a shared library is a recipe for trouble.

Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gbm/main/gbm.c