summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-11-29 16:01:28 +0200
committerJani Nikula <jani.nikula@intel.com>2023-12-04 12:14:03 +0200
commit1116efbff3b106ec131e833f0e78f35c923d0104 (patch)
tree674a4d6a9dcdf283b7ecaebe409af8e15bd6d351 /drivers/gpu/drm/i915
parent687eb09b1d76d01401dd9b22efb34931c3f1e21d (diff)
downloadlinux-stable-1116efbff3b106ec131e833f0e78f35c923d0104.tar.gz
linux-stable-1116efbff3b106ec131e833f0e78f35c923d0104.tar.bz2
linux-stable-1116efbff3b106ec131e833f0e78f35c923d0104.zip
drm/i915/display: Don't use "proxy" headers
The driver uses math.h and not util_macros.h. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231129140129.699767-1-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/i915')
-rw-r--r--drivers/gpu/drm/i915/display/intel_snps_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_snps_phy.c b/drivers/gpu/drm/i915/display/intel_snps_phy.c
index ce5a73a4cc89..bc61e736f9b3 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 <linux/util_macros.h>
+#include <linux/math.h>
#include "i915_reg.h"
#include "intel_ddi.h"