diff options
Diffstat (limited to 'sys/dev/pci/drm/drmP.h')
| -rw-r--r-- | sys/dev/pci/drm/drmP.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index ca929f091e3..a3ed8cf1acd 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -685,9 +685,6 @@ int drm_irq_by_busid(struct drm_device *, void *, struct drm_file *); int drm_getunique(struct drm_device *, void *, struct drm_file *); int drm_setunique(struct drm_device *, void *, struct drm_file *); int drm_getmap(struct drm_device *, void *, struct drm_file *); -int drm_getclient(struct drm_device *, void *, struct drm_file *); -int drm_getstats(struct drm_device *, void *, struct drm_file *); -int drm_noop(struct drm_device *, void *, struct drm_file *); /* Context IOCTL support (drm_context.c) */ int drm_resctx(struct drm_device *, void *, struct drm_file *); |
