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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1bb88edb7a3769992026f34fd648bb459b0469aa;p=linux-beck.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 3d33b8252b58..14796594e5d9 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. *