mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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:
parent
0576234460
commit
a37323a2cb
6 changed files with 9 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
#define __I2C_EEPROM
|
||||
|
||||
#include <linux/errno.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
struct udevice;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue