Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.
 *