From 23bbff24aa427d6d0c16707dbe99c28ba2075894 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Sun, 15 Aug 2004 15:35:14 +0000 Subject: Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver will compile #if 0 get_pci_driver use in hotplug function until fbdev work around is written --- linux/drm_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drm_drv.h') diff --git a/linux/drm_drv.h b/linux/drm_drv.h index 94fbca8e..b841427d 100644 --- a/linux/drm_drv.h +++ b/linux/drm_drv.h @@ -976,7 +976,7 @@ int DRM(release)( struct inode *inode, struct file *filp ) if ( pos->tag == priv && pos->handle != DRM_KERNEL_CONTEXT ) { #ifdef DRIVER_CTX_DTOR - DRIVER_CTX_DTOR(pos->handle); + DRIVER_CTX_DTOR( dev, pos->handle); #endif #if __HAVE_CTX_BITMAP DRM(ctxbitmap_free)( dev, pos->handle ); -- cgit v1.2.3