commit | e4c698bd95bbd1bc9207df1e8440424d67e3eb70 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Nov 03 11:36:39 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Nov 24 23:40:39 2009 +0100 |
tree | b0560f27dd5f3fe271747811203402294f24cb36 | |
parent | 6c1616a2d0b29fc5ba6aa22680fe31d8494661f6 [diff] |
spi_flash.h: pull in linux/types.h for u## types
diff --git a/include/spi_flash.h b/include/spi_flash.h index de4f174..1f8ba29 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;