mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-20 17:25:01 +07:00
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>
This commit is contained in:
parent
4942f8b23b
commit
1bb88edb7a
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user