libkms: use static const for good measure
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>main
parent
04e243262d
commit
aecd5a1879
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue