mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 15:10:10 +01:00
libkms: use static const for good measure
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
04e243262d
commit
aecd5a1879
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue