From: Mike Frysinger Date: Tue, 3 Nov 2009 16:36:39 +0000 (-0500) Subject: spi_flash.h: pull in linux/types.h for u## types X-Git-Tag: v2009.11-rc2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e06ab6546b332acc55ac4e7c31338662328b0fb3;p=pandora-u-boot.git spi_flash.h: pull in linux/types.h for u## types --- diff --git a/include/spi_flash.h b/include/spi_flash.h index de4f174ad52..1f8ba2987ef 100644 --- a/include/spi_flash.h +++ b/include/spi_flash.h @@ -24,6 +24,7 @@ #define _SPI_FLASH_H_ #include +#include struct spi_flash_region { unsigned int count;