Commit 1bb88edb authored by Eric Anholt's avatar Eric Anholt Committed by Dave Airlie

drm: stash AGP include under the do-we-have-AGP ifdef

This fixes the MIPS with DRM build.
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Tested-by: default avatarMartin Michlmayr <tbm@cyrius.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 4942f8b2
......@@ -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.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment