diff options
author | Rik Faith <faith@alephnull.com> | 2000-07-21 14:20:57 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-07-21 14:20:57 +0000 |
commit | 81da79d1ed038ff8968abcf1cde3362035603861 (patch) | |
tree | af8d628fec94dc69839ee0dcf2686567947c4db3 /linux/gamma_drv.c | |
parent | 6d1ce8fe7727ee0a704a8a7464b22559ce9831fd (diff) |
Changes to make AGP optional for in-kernel builds
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); |