]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
socfpga: clock_manager_s10: Add missing header files
authorPeng Fan <peng.fan@nxp.com>
Mon, 9 Feb 2026 01:30:17 +0000 (09:30 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 17 Feb 2026 19:50:22 +0000 (13:50 -0600)
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

index 1e148947a3385ff1b9ed3ab5ae4e3ac65c2cfa8d..d6c64e9801076824a32c096b9260a58fd25b01f5 100644 (file)
@@ -4,6 +4,8 @@
  *
  */
 
+#include <compiler.h>
+#include <dm/device.h>
 #include <linux/errno.h>
 #include <asm/global_data.h>
 #include <asm/io.h>