summaryrefslogtreecommitdiffstats
path: root/include/spi_flash.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-03 11:36:39 -0500
committerWolfgang Denk <wd@denx.de>2009-11-24 23:40:39 +0100
commite06ab6546b332acc55ac4e7c31338662328b0fb3 (patch)
treeb0560f27dd5f3fe271747811203402294f24cb36 /include/spi_flash.h
parent0008555f4d57c15ad86ee735861ca0d783042f61 (diff)
downloadblackbird-obmc-uboot-e06ab6546b332acc55ac4e7c31338662328b0fb3.tar.gz
blackbird-obmc-uboot-e06ab6546b332acc55ac4e7c31338662328b0fb3.zip
spi_flash.h: pull in linux/types.h for u## types
Diffstat (limited to 'include/spi_flash.h')
-rw-r--r--include/spi_flash.h1
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;
OpenPOWER on IntegriCloud