diff options
Diffstat (limited to 'linux/gamma_drv.c')
-rw-r--r-- | linux/gamma_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/gamma_drv.c b/linux/gamma_drv.c index 7290bc28..2450d3a7 100644 --- a/linux/gamma_drv.c +++ b/linux/gamma_drv.c @@ -277,10 +277,8 @@ static int gamma_takedown(drm_device_t *dev) DRM_MEM_SAREA); break; case _DRM_AGP: -#ifdef DRM_AGP /* Do nothing here, because this is all handled in the AGP/GART driver. */ -#endif break; } drm_free(map, sizeof(*map), DRM_MEM_MAPS); |