mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +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:
@@ -6,6 +6,8 @@
|
||||
#ifndef _DISPLAY_H
|
||||
#define _DISPLAY_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
struct udevice;
|
||||
struct display_timing;
|
||||
|
||||
|
Reference in New Issue
Block a user