drm: move agp include outside CONFIG_AGP as it isn't dependant on agp in kernel

main
Dave Airlie 2007-12-10 10:13:52 +10:00
parent 7d08b816b7
commit cfa21b22b4
1 changed files with 1 additions and 1 deletions

View File

@ -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