Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915/display: Add header file for struct seq_file
@ 2023-06-26  6:10 Chaitanya Kumar Borah
  2023-06-26  6:54 ` Jani Nikula
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Chaitanya Kumar Borah @ 2023-06-26  6:10 UTC (permalink / raw)
  To: intel-gfx

With change [1], visibility of struct seq_file is lost in
intel_display_power.h leading to build errors. Add header
file explicitly to restore visibility.

[1] ef104443bffa ("procfs: consolidate arch_report_meminfo declaration")

Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
---
 drivers/gpu/drm/i915/display/intel_display_power.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/i915/display/intel_display_power.h b/drivers/gpu/drm/i915/display/intel_display_power.h
index be1a87bde0c9..888993079a7b 100644
--- a/drivers/gpu/drm/i915/display/intel_display_power.h
+++ b/drivers/gpu/drm/i915/display/intel_display_power.h
@@ -6,6 +6,8 @@
 #ifndef __INTEL_DISPLAY_POWER_H__
 #define __INTEL_DISPLAY_POWER_H__
 
+#include <linux/seq_file.h>
+
 #include "intel_wakeref.h"
 
 enum aux_ch;
-- 
2.25.1


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

end of thread, other threads:[~2023-06-27  9:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26  6:10 [Intel-gfx] [PATCH] drm/i915/display: Add header file for struct seq_file Chaitanya Kumar Borah
2023-06-26  6:54 ` Jani Nikula
2023-06-26  8:07   ` Borah, Chaitanya Kumar
2023-06-26  7:52 ` [Intel-gfx] [PATCH] drm/i915/display: Add forward declaration " Chaitanya Kumar Borah
2023-06-26 12:06   ` Jani Nikula
2023-06-26 13:44     ` Borah, Chaitanya Kumar
2023-06-26 14:35       ` Jani Nikula
2023-06-27  8:04         ` Borah, Chaitanya Kumar
2023-06-27  9:47           ` Jani Nikula
2023-06-27  9:50             ` Borah, Chaitanya Kumar
2023-06-26 10:31 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Add header file for struct seq_file (rev2) Patchwork
2023-06-26 10:31 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-06-26 10:45 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-06-26 18:09 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox