aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/vmwgfx')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
index a96ed6d9d01..2ef93df9e8a 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
@@ -820,6 +820,7 @@ static struct drm_driver driver = {
820#if defined(CONFIG_COMPAT) 820#if defined(CONFIG_COMPAT)
821 .compat_ioctl = drm_compat_ioctl, 821 .compat_ioctl = drm_compat_ioctl,
822#endif 822#endif
823 .llseek = noop_llseek,
823 }, 824 },
824 .pci_driver = { 825 .pci_driver = {
825 .name = VMWGFX_DRIVER_NAME, 826 .name = VMWGFX_DRIVER_NAME,