diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.c')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index aac12ee31a46..a31cbdbc3c54 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
@@ -94,6 +94,8 @@ static int i915_resume(struct drm_device *dev) | |||
94 | 94 | ||
95 | static struct vm_operations_struct i915_gem_vm_ops = { | 95 | static struct vm_operations_struct i915_gem_vm_ops = { |
96 | .fault = i915_gem_fault, | 96 | .fault = i915_gem_fault, |
97 | .open = drm_gem_vm_open, | ||
98 | .close = drm_gem_vm_close, | ||
97 | }; | 99 | }; |
98 | 100 | ||
99 | static struct drm_driver driver = { | 101 | static struct drm_driver driver = { |