socfpga: clock_manager_s10: Add missing header files

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>
This commit is contained in:
Peng Fan 2026-02-09 09:30:17 +08:00 committed by Tom Rini
parent 15398169c4
commit 406982f091

View 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>