mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
spi_flash.h: pull in linux/types.h for u## types
This commit is contained in:
parent
0008555f4d
commit
e06ab6546b
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
#define _SPI_FLASH_H_
|
#define _SPI_FLASH_H_
|
||||||
|
|
||||||
#include <spi.h>
|
#include <spi.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct spi_flash_region {
|
struct spi_flash_region {
|
||||||
unsigned int count;
|
unsigned int count;
|
||||||
|
|
Loading…
Add table
Reference in a new issue