diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-04-06 14:58:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-04-06 14:58:44 +0000 |
commit | 356211300193faebe33a2615170e73cb83d073d9 (patch) | |
tree | 2724c98bbbdcdde1b93be91f30a2263258079a4c /sys/dev | |
parent | b2bf01fceec9880dbd34e96f7af56a0344712684 (diff) |
Remove some pre-idr leftovers.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index f85d61d2bc1..b83d243c14b 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -1,4 +1,4 @@ -/* $OpenBSD: drmP.h,v 1.204 2016/04/05 20:46:45 kettenis Exp $ */ +/* $OpenBSD: drmP.h,v 1.205 2016/04/06 14:58:43 kettenis Exp $ */ /* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*- * Created: Mon Jan 4 10:05:05 1999 by faith@precisioninsight.com */ @@ -494,18 +494,6 @@ struct drm_gem_object { struct uvm_object *uao; }; -struct drm_handle { - SPLAY_ENTRY(drm_handle) entry; - struct drm_gem_object *obj; - uint32_t handle; -}; - -struct drm_mode_handle { - SPLAY_ENTRY(drm_mode_handle) entry; - struct drm_mode_object *obj; - uint32_t handle; -}; - /* Size of ringbuffer for vblank timestamps. Just double-buffer * in initial implementation. */ |