mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-02 00:28:00 +02:00
drm: move agp include outside CONFIG_AGP as it isn't dependant on agp in kernel
This commit is contained in:
parent
7d08b816b7
commit
cfa21b22b4
1 changed files with 1 additions and 1 deletions
|
|
@ -66,8 +66,8 @@
|
|||
#ifdef CONFIG_MTRR
|
||||
#include <asm/mtrr.h>
|
||||
#endif
|
||||
#if defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE)
|
||||
#include <asm/agp.h>
|
||||
#if defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE)
|
||||
#include <linux/types.h>
|
||||
#include <linux/agp_backend.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue