aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/drm/gem.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/host1x/drm/gem.h')
-rw-r--r--drivers/gpu/host1x/drm/gem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/host1x/drm/gem.h b/drivers/gpu/host1x/drm/gem.h
index 34de2b486eb7..2e93b0379da8 100644
--- a/drivers/gpu/host1x/drm/gem.h
+++ b/drivers/gpu/host1x/drm/gem.h
@@ -49,8 +49,6 @@ int tegra_bo_dumb_create(struct drm_file *file, struct drm_device *drm,
49 struct drm_mode_create_dumb *args); 49 struct drm_mode_create_dumb *args);
50int tegra_bo_dumb_map_offset(struct drm_file *file, struct drm_device *drm, 50int tegra_bo_dumb_map_offset(struct drm_file *file, struct drm_device *drm,
51 uint32_t handle, uint64_t *offset); 51 uint32_t handle, uint64_t *offset);
52int tegra_bo_dumb_destroy(struct drm_file *file, struct drm_device *drm,
53 unsigned int handle);
54 52
55int tegra_drm_mmap(struct file *file, struct vm_area_struct *vma); 53int tegra_drm_mmap(struct file *file, struct vm_area_struct *vma);
56 54