summaryrefslogtreecommitdiff
path: root/bsd-core/i915_drv.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-08-14 00:56:34 +0000
committerEric Anholt <anholt@freebsd.org>2004-08-14 00:56:34 +0000
commit740ddb9c5d5506bc921d10742cf41b5aa143f84e (patch)
treeed74318a4270e54fd86501cf64616de40f664a91 /bsd-core/i915_drv.c
parentdd83f39f034756e7eb8e002dbfb0047f88aa79e4 (diff)
Remove unused pcigart/sg header stuff from i915 driver.
Diffstat (limited to 'bsd-core/i915_drv.c')
-rw-r--r--bsd-core/i915_drv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bsd-core/i915_drv.c b/bsd-core/i915_drv.c
index 8fd7e37d..15ef406c 100644
--- a/bsd-core/i915_drv.c
+++ b/bsd-core/i915_drv.c
@@ -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);