libkms: use static const for good measure

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
main
Emil Velikov 2015-08-15 17:01:55 +01:00
parent 04e243262d
commit aecd5a1879
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ struct create_record
int (*func)(int fd, struct kms_driver **out);
};
static struct create_record table[] = {
static const struct create_record table[] = {
{ 0x8086, 0x2a42, intel_create }, /* i965 */
#ifdef HAVE_VMWGFX
{ 0x15ad, 0x0405, vmwgfx_create }, /* VMware vGPU */