diff options
author | Jani Nikula <jani.nikula@intel.com> | 2019-08-06 13:39:33 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2019-08-07 11:43:50 +0200 |
commit | 1d455f8de8e8a211cc91e19484eeda2e454531a1 (patch) | |
tree | 555470913bff5f7ddc9b762609ba8ef565632d38 /drivers/gpu/drm/i915/display/vlv_dsi_pll.c | |
parent | drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h (diff) | |
download | linux-1d455f8de8e8a211cc91e19484eeda2e454531a1.tar.xz linux-1d455f8de8e8a211cc91e19484eeda2e454531a1.zip |
drm/i915: rename intel_drv.h to display/intel_display_types.h
Everything about the file is about display, and mostly about types
related to display. Move under display/ as intel_display_types.h to
reflect the facts.
There's still plenty to clean up, but start off with moving the file
where it logically belongs and naming according to contents.
v2: fix the include guard name in the renamed file
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/20190806113933.11799-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/vlv_dsi_pll.c')
-rw-r--r-- | drivers/gpu/drm/i915/display/vlv_dsi_pll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/vlv_dsi_pll.c b/drivers/gpu/drm/i915/display/vlv_dsi_pll.c index f016a776a39e..126edbaa814c 100644 --- a/drivers/gpu/drm/i915/display/vlv_dsi_pll.c +++ b/drivers/gpu/drm/i915/display/vlv_dsi_pll.c @@ -28,7 +28,7 @@ #include <linux/kernel.h> #include "i915_drv.h" -#include "intel_drv.h" +#include "intel_display_types.h" #include "intel_dsi.h" #include "intel_sideband.h" |