commit | 135ec30e12c4b6702875d9c5d964978043a655e1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 01 19:30:24 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 08:00:41 2024 -0600 |
tree | 917f552b988221299473667bf771b3f8cdb2cfc9 | |
parent | f7da895c508a628b99c4336c5e9795df1c0ba5c0 [diff] [blame] |
include: Add missing <linux/types.h> These files have many "Linux" style types in them, add <linux/types.h> Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/include/i2c_eeprom.h b/include/i2c_eeprom.h index cba991e..1fe32d2 100644 --- a/include/i2c_eeprom.h +++ b/include/i2c_eeprom.h
@@ -7,6 +7,7 @@ #define __I2C_EEPROM #include <linux/errno.h> +#include <linux/types.h> struct udevice;