diff options
Diffstat (limited to 'drivers/gpu/drm/drm_agpsupport.c')
-rw-r--r-- | drivers/gpu/drm/drm_agpsupport.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/drm_agpsupport.c b/drivers/gpu/drm/drm_agpsupport.c index 4b2b4aa5033b..a10ea6aec629 100644 --- a/drivers/gpu/drm/drm_agpsupport.c +++ b/drivers/gpu/drm/drm_agpsupport.c | |||
@@ -36,8 +36,6 @@ | |||
36 | #include <linux/slab.h> | 36 | #include <linux/slab.h> |
37 | #include "drm_legacy.h" | 37 | #include "drm_legacy.h" |
38 | 38 | ||
39 | #if __OS_HAS_AGP | ||
40 | |||
41 | #include <asm/agp.h> | 39 | #include <asm/agp.h> |
42 | 40 | ||
43 | /** | 41 | /** |
@@ -502,5 +500,3 @@ drm_agp_bind_pages(struct drm_device *dev, | |||
502 | return mem; | 500 | return mem; |
503 | } | 501 | } |
504 | EXPORT_SYMBOL(drm_agp_bind_pages); | 502 | EXPORT_SYMBOL(drm_agp_bind_pages); |
505 | |||
506 | #endif /* __OS_HAS_AGP */ | ||