aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2021-11-15 13:53:13 +0200
committerJani Nikula <jani.nikula@intel.com>2021-11-15 19:20:14 +0200
commit7e78153aef7f9efcb935487402151de31e0836ad (patch)
tree0b9c8a79ec27311a77a4642b2a7d6100135be15e /include/drm
parentagp/intel-gtt: Replace kernel.h with the necessary inclusions (diff)
downloadlinux-dev-7e78153aef7f9efcb935487402151de31e0836ad.tar.xz
linux-dev-7e78153aef7f9efcb935487402151de31e0836ad.zip
agp/intel-gtt: reduce intel-gtt dependencies more
Don't include stuff on behalf of users if they're not strictly necessary for the header. Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/7bcaa1684587b9b008d3c41468fb40e63c54fbc7.1636977089.git.jani.nikula@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/intel-gtt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drm/intel-gtt.h b/include/drm/intel-gtt.h
index 4e5f8e7e25d0..67530bfef129 100644
--- a/include/drm/intel-gtt.h
+++ b/include/drm/intel-gtt.h
@@ -4,10 +4,9 @@
#ifndef _DRM_INTEL_GTT_H
#define _DRM_INTEL_GTT_H
-#include <linux/agp_backend.h>
-#include <linux/intel-iommu.h>
#include <linux/types.h>
+struct agp_bridge_data;
struct pci_dev;
struct sg_table;