mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
pci.h: Add missing <linux/types.h>
This file has many "Linux" style types in it, add <linux/types.h> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
bd22849d0b
commit
6fa4850c95
1 changed files with 1 additions and 0 deletions
|
@ -520,6 +520,7 @@
|
|||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <dm/pci.h>
|
||||
|
||||
#ifdef CONFIG_SYS_PCI_64BIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue