[Intel-gfx] [PATCH 1/6] drm/i915/wm: remove display/ prefix from include
Rodrigo Vivi
rodrigo.vivi at intel.com
Thu Mar 2 18:10:34 UTC 2023
On Wed, Mar 01, 2023 at 03:54:15PM +0200, Jani Nikula wrote:
> Remove the leftover from moving and renaming the file from driver top
> level.
>
> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_wm_types.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_wm_types.h b/drivers/gpu/drm/i915/display/intel_wm_types.h
> index bac2b6fdc5d0..628b7c0ce484 100644
> --- a/drivers/gpu/drm/i915/display/intel_wm_types.h
> +++ b/drivers/gpu/drm/i915/display/intel_wm_types.h
> @@ -8,7 +8,7 @@
>
> #include <linux/types.h>
>
> -#include "display/intel_display_limits.h"
> +#include "intel_display_limits.h"
>
> enum intel_ddb_partitioning {
> INTEL_DDB_PART_1_2,
> --
> 2.39.1
>
More information about the Intel-gfx
mailing list