From: Matt Roper Date: Wed, 7 Jun 2023 15:09:46 +0000 (-0700) Subject: drm/i915/display: Include of display limits doesn't need 'display/' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5e0bff2b9690c857d3465d90015fb30fa4947ffe;p=linux.git 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 Cc: Jani Nikula Signed-off-by: Matt Roper Reviewed-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/20230607150946.1996087-1-matthew.d.roper@intel.com --- diff --git a/drivers/gpu/drm/i915/display/intel_display_device.h b/drivers/gpu/drm/i915/display/intel_display_device.h index 4f931258d81db..706ff2aa1f55e 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 -#include "display/intel_display_limits.h" +#include "intel_display_limits.h" struct drm_i915_private;