All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v1 1/1] drm/i915/display: Don't use "proxy" headers
@ 2023-11-29 14:01 ` Andy Shevchenko
  0 siblings, 0 replies; 14+ messages in thread
From: Andy Shevchenko @ 2023-11-29 14:01 UTC (permalink / raw)
  To: Jani Nikula, Ankit Nautiyal, intel-gfx, dri-devel, linux-kernel
  Cc: Daniel Vetter, Rodrigo Vivi, Andy Shevchenko, David Airlie

The driver uses math.h and not util_macros.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/gpu/drm/i915/display/intel_snps_phy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.43.0.rc1.1.gbec44491f096


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-12-04 10:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-29 14:01 [Intel-gfx] [PATCH v1 1/1] drm/i915/display: Don't use "proxy" headers Andy Shevchenko
2023-11-29 14:01 ` Andy Shevchenko
2023-11-29 14:01 ` Andy Shevchenko
2023-11-29 14:01 ` [Intel-gfx] " Andy Shevchenko
2023-11-29 17:23 ` Jani Nikula
2023-11-29 17:23   ` Jani Nikula
2023-11-29 17:23   ` Jani Nikula
2023-11-30  3:14 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v1,1/1] drm/i915/display: Don't use "proxy" headers (rev2) Patchwork
2023-11-30  8:57   ` Jani Nikula
2023-12-01 21:35 ` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v1,1/1] drm/i915/display: Don't use "proxy" headers (rev3) Patchwork
2023-12-03  3:49 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2023-12-04 10:15 ` [Intel-gfx] [PATCH v1 1/1] drm/i915/display: Don't use "proxy" headers Jani Nikula
2023-12-04 10:15   ` Jani Nikula
2023-12-04 10:15   ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.