Remove unused pcigart/sg header stuff from i915 driver.
authorEric Anholt <anholt@freebsd.org>
Sat, 14 Aug 2004 00:56:34 +0000 (00:56 +0000)
committerEric Anholt <anholt@freebsd.org>
Sat, 14 Aug 2004 00:56:34 +0000 (00:56 +0000)
bsd-core/i915_drv.c
bsd/i915_drv.c

index 8fd7e37..15ef406 100644 (file)
@@ -35,9 +35,6 @@
 #include "drm.h"
 #include "i915_drm.h"
 #include "i915_drv.h"
-#if __REALLY_HAVE_SG
-#include "ati_pcigart.h"
-#endif
 
 #include "drm_agpsupport.h"
 #include "drm_auth.h"
@@ -54,7 +51,6 @@
 #include "drm_pci.h"
 #include "drm_vm.h"
 #include "drm_sysctl.h"
-#include "drm_scatter.h"
 
 #ifdef __FreeBSD__
 DRIVER_MODULE(DRIVER_NAME, agp, DRM(driver), DRM(devclass), 0, 0);
index 8fd7e37..15ef406 100644 (file)
@@ -35,9 +35,6 @@
 #include "drm.h"
 #include "i915_drm.h"
 #include "i915_drv.h"
-#if __REALLY_HAVE_SG
-#include "ati_pcigart.h"
-#endif
 
 #include "drm_agpsupport.h"
 #include "drm_auth.h"
@@ -54,7 +51,6 @@
 #include "drm_pci.h"
 #include "drm_vm.h"
 #include "drm_sysctl.h"
-#include "drm_scatter.h"
 
 #ifdef __FreeBSD__
 DRIVER_MODULE(DRIVER_NAME, agp, DRM(driver), DRM(devclass), 0, 0);