summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/drmP.h
diff options
context:
space:
mode:
authoroga <oga@openbsd.org>2008-11-24 03:27:02 +0000
committeroga <oga@openbsd.org>2008-11-24 03:27:02 +0000
commitda99b78ce14e37c43b497e69142e36d660d60ff7 (patch)
tree89d8f19d2a865c06bfbf4dd2ee00eb51b98a4c0e /sys/dev/pci/drm/drmP.h
parentIn pmap_write_protect() clear and set the protection bits atomically and (diff)
downloadwireguard-openbsd-da99b78ce14e37c43b497e69142e36d660d60ff7.tar.xz
wireguard-openbsd-da99b78ce14e37c43b497e69142e36d660d60ff7.zip
instead of functions that just return an error, just inline them into
the ioctl handler.
Diffstat (limited to 'sys/dev/pci/drm/drmP.h')
-rw-r--r--sys/dev/pci/drm/drmP.h3
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 *);