From: Tom Rini Date: Thu, 2 May 2024 01:30:24 +0000 (-0600) Subject: include: Add missing X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=a37323a2cb6ef73a1e68fc81a24c2e77c087fb18;p=u-boot.git include: Add missing These files have many "Linux" style types in them, add Signed-off-by: Tom Rini --- diff --git a/include/display.h b/include/display.h index 3d01217644..e8d8aaa15f 100644 --- a/include/display.h +++ b/include/display.h @@ -6,6 +6,8 @@ #ifndef _DISPLAY_H #define _DISPLAY_H +#include + struct udevice; struct display_timing; diff --git a/include/fuse.h b/include/fuse.h index d48dcdfa64..4519821af7 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -11,6 +11,8 @@ #ifndef _FUSE_H_ #define _FUSE_H_ +#include + /* * Read/Sense/Program/Override interface: * bank: Fuse bank diff --git a/include/i2c_eeprom.h b/include/i2c_eeprom.h index cba991e357..1fe32d2dd6 100644 --- a/include/i2c_eeprom.h +++ b/include/i2c_eeprom.h @@ -7,6 +7,7 @@ #define __I2C_EEPROM #include +#include struct udevice; diff --git a/include/libata.h b/include/libata.h index a55e9315a7..fa39d21a44 100644 --- a/include/libata.h +++ b/include/libata.h @@ -10,6 +10,7 @@ #ifndef __LIBATA_H__ #define __LIBATA_H__ +#include enum { /* various global constants */ diff --git a/include/ram.h b/include/ram.h index 2fc971df46..3600bb57a6 100644 --- a/include/ram.h +++ b/include/ram.h @@ -7,6 +7,8 @@ #ifndef __RAM_H #define __RAM_H +#include + struct udevice; struct ram_info { diff --git a/include/sm.h b/include/sm.h index afa9c89055..fbc156ad68 100644 --- a/include/sm.h +++ b/include/sm.h @@ -19,7 +19,7 @@ * implementation of the driver you are using. */ -#include +#include #include struct udevice;