fixup inclusion of agp.h

main
Dave Airlie 2006-12-19 21:37:50 +11:00
parent aa07b2ab0e
commit 6333bfdb58
2 changed files with 1 additions and 1 deletions

View File

@ -67,6 +67,7 @@
#include <asm/mtrr.h> #include <asm/mtrr.h>
#endif #endif
#if defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE) #if defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE)
#include <asm/agp.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/agp_backend.h> #include <linux/agp_backend.h>
#endif #endif

View File

@ -31,7 +31,6 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include <asm/agp.h>
#ifndef _DRM_COMPAT_H_ #ifndef _DRM_COMPAT_H_
#define _DRM_COMPAT_H_ #define _DRM_COMPAT_H_