Merge to Fedora kernel-2.6.7-1.441
[linux-2.6.git] / drivers / char / drm / drm_agpsupport.h
index 2abb7fa..aa7fd54 100644 (file)
@@ -109,8 +109,6 @@ int DRM(agp_acquire)(struct inode *inode, struct file *filp,
                return -EBUSY;
        if (!drm_agp->acquire)
                return -EINVAL;
-       if ( dev->agp->cant_use_aperture )
-               return -EINVAL;
        if ((retcode = drm_agp->acquire()))
                return retcode;
        dev->agp->acquired = 1;