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>
This commit is contained in:
Tom Rini 2024-05-01 19:30:24 -06:00
parent 0576234460
commit a37323a2cb
6 changed files with 9 additions and 1 deletions

View file

@ -7,6 +7,7 @@
#define __I2C_EEPROM
#include <linux/errno.h>
#include <linux/types.h>
struct udevice;