From: Andy Shevchenko Date: Wed, 29 Nov 2023 14:01:28 +0000 (+0200) Subject: drm/i915/display: Don't use "proxy" headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1116efbff3b106ec131e833f0e78f35c923d0104;p=linux.git drm/i915/display: Don't use "proxy" headers The driver uses math.h and not util_macros.h. Signed-off-by: Andy Shevchenko Reviewed-by: Jani Nikula Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/20231129140129.699767-1-andriy.shevchenko@linux.intel.com --- diff --git a/drivers/gpu/drm/i915/display/intel_snps_phy.c b/drivers/gpu/drm/i915/display/intel_snps_phy.c index ce5a73a4cc893..bc61e736f9b32 100644 --- a/drivers/gpu/drm/i915/display/intel_snps_phy.c +++ b/drivers/gpu/drm/i915/display/intel_snps_phy.c @@ -3,7 +3,7 @@ * Copyright © 2019 Intel Corporation */ -#include +#include #include "i915_reg.h" #include "intel_ddi.h"