mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 12:50:21 +01:00
Remove unused pcigart/sg header stuff from i915 driver.
This commit is contained in:
parent
dd83f39f03
commit
740ddb9c5d
2 changed files with 0 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue