diff options
author | Jani Nikula <jani.nikula@intel.com> | 2019-08-06 13:07:30 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2019-08-07 12:43:55 +0300 |
commit | 6da4a2c411e8d9be6f848f9207beb69f13113546 (patch) | |
tree | 2700ae3e90313d403c82ec5f0dadd1869d37757d /drivers/gpu/drm/i915/intel_uncore.c | |
parent | 1d455f8de8e8a211cc91e19484eeda2e454531a1 (diff) | |
download | linux-6da4a2c411e8d9be6f848f9207beb69f13113546.tar.xz |
drm/i915: remove unnecessary includes of intel_display_types.h header
With its original name intel_drv.h the intel_display_types.h header was
superfluously cargo-cult included all over the place, while it's really
mostly about display internals. Remove the unnecessary includes.
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/e3d737f0ab87c55969e62c1e077e15c04c238297.1565085692.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_uncore.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_uncore.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i915/intel_uncore.c index 4a584ee43279..39e8710afdd9 100644 --- a/drivers/gpu/drm/i915/intel_uncore.c +++ b/drivers/gpu/drm/i915/intel_uncore.c @@ -24,8 +24,6 @@ #include <linux/pm_runtime.h> #include <asm/iosf_mbi.h> -#include "display/intel_display_types.h" - #include "i915_drv.h" #include "i915_trace.h" #include "i915_vgpu.h" |