All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 13/14] socfpga: clock_manager_s10: Add missing header files
@ 2026-02-03 11:47 Peng Fan (OSS)
  2026-02-03 11:47 ` [PATCH RESEND 14/14] treewide: Clean up DECLARE_GLOBAL_DATA_PTR usage Peng Fan (OSS)
  0 siblings, 1 reply; 5+ messages in thread
From: Peng Fan (OSS) @ 2026-02-03 11:47 UTC (permalink / raw)
  To: u-boot, Marek Vasut, Simon Goldschmidt, Tien Fong Chee, Tom Rini,
	Peng Fan

From: Peng Fan <peng.fan@nxp.com>

struct udevice and u32 are used in this file. Add missing header to avoid
building break after asm/global_data.h is removed from this file.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm/mach-socfpga/clock_manager_s10.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-socfpga/clock_manager_s10.c b/arch/arm/mach-socfpga/clock_manager_s10.c
index 1e148947a33..d6c64e98010 100644
--- a/arch/arm/mach-socfpga/clock_manager_s10.c
+++ b/arch/arm/mach-socfpga/clock_manager_s10.c
@@ -4,6 +4,8 @@
  *
  */
 
+#include <compiler.h>
+#include <dm/device.h>
 #include <linux/errno.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
-- 
2.37.1


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

end of thread, other threads:[~2026-02-05  8:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 11:47 [PATCH RESEND 13/14] socfpga: clock_manager_s10: Add missing header files Peng Fan (OSS)
2026-02-03 11:47 ` [PATCH RESEND 14/14] treewide: Clean up DECLARE_GLOBAL_DATA_PTR usage Peng Fan (OSS)
2026-02-03 12:44   ` Patrice CHOTARD
2026-02-04  4:52   ` Anshul Dalal
2026-02-05  8:46   ` Yao Zi

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.