On Wed, 07 Jun 2023, Matt Roper <[email protected]> wrote: > Drop the unnecessary directory prefix. This also makes > intel_display_device.h easier to use from the Xe driver. > > Cc: Lucas De Marchi <[email protected]> > Cc: Jani Nikula <[email protected]> > Signed-off-by: Matt Roper <[email protected]>
Reviewed-by: Jani Nikula <[email protected]> > --- > drivers/gpu/drm/i915/display/intel_display_device.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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; -- Jani Nikula, Intel Open Source Graphics Center
