diff options
author | Matt Roper <matthew.d.roper@intel.com> | 2023-06-07 08:09:46 -0700 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2023-06-07 16:18:47 -0700 |
commit | 5e0bff2b9690c857d3465d90015fb30fa4947ffe (patch) | |
tree | 2afbe3addcc5a8165fdce74c018c9218c9801ab1 /drivers/gpu/drm/i915/display | |
parent | 4c4cc7ac207f56ed5db5272dab4169d2d40e418d (diff) |
drm/i915/display: Include of display limits doesn't need 'display/'
Drop the unnecessary directory prefix. This also makes
intel_display_device.h easier to use from the Xe driver.
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230607150946.1996087-1-matthew.d.roper@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_display_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_display_device.h b/drivers/gpu/drm/i915/display/intel_display_device.h index 4f931258d81d..706ff2aa1f55 100644 --- a/drivers/gpu/drm/i915/display/intel_display_device.h +++ b/drivers/gpu/drm/i915/display/intel_display_device.h @@ -8,7 +8,7 @@ #include <linux/types.h> -#include "display/intel_display_limits.h" +#include "intel_display_limits.h" struct drm_i915_private; |