From 93522f6d3ad6924cbf413915491e4f8228502d98 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Thu, 19 Jun 2003 00:09:52 +0000 Subject: Revert the janitorial - that works is now on the new branch newdrm-0-0-1-branch. --- linux-core/drm_bufs.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'linux-core/drm_bufs.c') diff --git a/linux-core/drm_bufs.c b/linux-core/drm_bufs.c index f42fabef..77573709 100644 --- a/linux-core/drm_bufs.c +++ b/linux-core/drm_bufs.c @@ -174,8 +174,6 @@ int DRM(addmap)( struct inode *inode, struct file *filp, map->mtrr = dev->agp->agp_mtrr; /* for getmap */ break; #endif - -#if __HAVE_SG case _DRM_SCATTER_GATHER: if (!dev->sg) { DRM(free)(map, sizeof(*map), DRM_MEM_MAPS); @@ -183,7 +181,6 @@ int DRM(addmap)( struct inode *inode, struct file *filp, } map->offset += dev->sg->handle; break; -#endif default: DRM(free)( map, sizeof(*map), DRM_MEM_MAPS ); -- cgit v1.2.3