From 356211300193faebe33a2615170e73cb83d073d9 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 6 Apr 2016 14:58:44 +0000 Subject: Remove some pre-idr leftovers. --- sys/dev/pci/drm/drmP.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'sys/dev') 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. */ -- cgit v1.2.3