diff options
author | Eric Anholt <eric@anholt.net> | 2009-01-15 01:16:25 -0800 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-01-22 22:27:11 +1000 |
commit | 1bb88edb7a3769992026f34fd648bb459b0469aa (patch) | |
tree | 67588b255ad16d65bf8078f774f0720e44ee328d /drivers/gpu/drm | |
parent | 4942f8b23b56a3f9a713d4436338710579329ffc (diff) | |
download | blackbird-obmc-linux-1bb88edb7a3769992026f34fd648bb459b0469aa.tar.gz blackbird-obmc-linux-1bb88edb7a3769992026f34fd648bb459b0469aa.zip |
drm: stash AGP include under the do-we-have-AGP ifdef
This fixes the MIPS with DRM build.
Signed-off-by: Eric Anholt <eric@anholt.net>
Tested-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/drm_agpsupport.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <linux/module.h> -#include <asm/agp.h> #if __OS_HAS_AGP +#include <asm/agp.h> + /** * Get AGP information. * |