mirror of
https://xff.cz/git/u-boot/
synced 2025-09-22 19:12:18 +02: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:
@@ -19,7 +19,7 @@
|
||||
* implementation of the driver you are using.
|
||||
*/
|
||||
|
||||
#include <asm/types.h>
|
||||
#include <linux/types.h>
|
||||
#include <asm/ptrace.h>
|
||||
|
||||
struct udevice;
|
||||
|
Reference in New Issue
Block a user