Merged mga branch with trunk
[platform/upstream/libdrm.git] / linux / gamma_drv.c
index ce97083..a3c2bd4 100644 (file)
@@ -271,6 +271,10 @@ static int gamma_takedown(drm_device_t *dev)
                                               - PAGE_SHIFT,
                                               DRM_MEM_SAREA);
                                break;
+                       case _DRM_AGP:
+                               /* Do nothing here, because this is all
+                                   handled in the AGP/GART driver. */
+                               break;
                        }
                        drm_free(map, sizeof(*map), DRM_MEM_MAPS);
                }