intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/i915/display: Include debugfs.h in intel_display_debugfs_params.c
@ 2024-01-31 20:46 Paz Zcharya
  2024-02-01  9:22 ` Jani Nikula
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paz Zcharya @ 2024-01-31 20:46 UTC (permalink / raw)
  To: Jouni Högander, Jani Nikula, Luca Coelho
  Cc: Subrata Banik, intel-gfx, linux-kernel, dri-devel, Sean Paul,
	Marcin Wojtas, Drew Davenport

Commit 8015bee0bfec ("drm/i915/display: Add framework to add parameters
specific to display") added the file intel_display_debugfs_params.c,
which calls the functions "debugfs_create_{bool, ulong, str}" -- all of
which are defined in <linux/debugfs.h>. The missing inclusion of this
header file is breaking the ChromeOS build -- add an explicit include
to fix that.

Signed-off-by: Paz Zcharya <pazz@chromium.org>
---
 drivers/gpu/drm/i915/display/intel_display_debugfs_params.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/display/intel_display_debugfs_params.c b/drivers/gpu/drm/i915/display/intel_display_debugfs_params.c
index b7e68eb62452..f35718748555 100644
--- a/drivers/gpu/drm/i915/display/intel_display_debugfs_params.c
+++ b/drivers/gpu/drm/i915/display/intel_display_debugfs_params.c
@@ -3,6 +3,7 @@
  * Copyright © 2023 Intel Corporation
  */
 
+#include <linux/debugfs.h>
 #include <linux/kernel.h>
 
 #include <drm/drm_drv.h>
-- 
2.43.0.594.gd9cf4e227d-goog


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

end of thread, other threads:[~2024-02-02  9:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-31 20:46 [PATCH] drm/i915/display: Include debugfs.h in intel_display_debugfs_params.c Paz Zcharya
2024-02-01  9:22 ` Jani Nikula
2024-02-01 14:58   ` Paz Zcharya
2024-02-01 15:16     ` Jani Nikula
2024-02-02  9:35       ` Jani Nikula
2024-02-01 21:08 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-02-01 23:59 ` ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).