mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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:
parent
15398169c4
commit
406982f091
@ -4,6 +4,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <compiler.h>
|
||||
#include <dm/device.h>
|
||||
#include <linux/errno.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user