From: Eric Anholt Date: Thu, 15 Jan 2009 09:16:25 +0000 (-0800) Subject: drm: stash AGP include under the do-we-have-AGP ifdef X-Git-Tag: v2.6.29-rc3~32^2~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=1bb88edb7a3769992026f34fd648bb459b0469aa;p=linux-2.6-omap-h63xx.git drm: stash AGP include under the do-we-have-AGP ifdef This fixes the MIPS with DRM build. Signed-off-by: Eric Anholt Tested-by: Martin Michlmayr Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/drm_agpsupport.c b/drivers/gpu/drm/drm_agpsupport.c index 3d33b8252b5..14796594e5d 100644 --- a/drivers/gpu/drm/drm_agpsupport.c +++ b/drivers/gpu/drm/drm_agpsupport.c @@ -33,10 +33,11 @@ #include "drmP.h" #include -#include #if __OS_HAS_AGP +#include + /** * Get AGP information. *