diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-03 11:36:39 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-11-24 23:40:39 +0100 |
commit | e06ab6546b332acc55ac4e7c31338662328b0fb3 (patch) | |
tree | b0560f27dd5f3fe271747811203402294f24cb36 | |
parent | 0008555f4d57c15ad86ee735861ca0d783042f61 (diff) | |
download | u-boot-e06ab6546b332acc55ac4e7c31338662328b0fb3.tar.gz u-boot-e06ab6546b332acc55ac4e7c31338662328b0fb3.tar.xz u-boot-e06ab6546b332acc55ac4e7c31338662328b0fb3.zip |
spi_flash.h: pull in linux/types.h for u## types
-rw-r--r-- | include/spi_flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spi_flash.h b/include/spi_flash.h index de4f174ad5..1f8ba2987e 100644 --- a/include/spi_flash.h +++ b/include/spi_flash.h @@ -24,6 +24,7 @@ #define _SPI_FLASH_H_ #include <spi.h> +#include <linux/types.h> struct spi_flash_region { unsigned int count; |