diff options
Diffstat (limited to 'linux/gamma_drv.c')
-rw-r--r-- | linux/gamma_drv.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/gamma_drv.c b/linux/gamma_drv.c index ce970835a..a3c2bd4a0 100644 --- a/linux/gamma_drv.c +++ b/linux/gamma_drv.c @@ -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); } |