[U-Boot] [PATCH] spi_flash.h: pull in linux/types.h for u## types

Mike Frysinger vapier at gentoo.org
Tue Nov 3 17:36:39 CET 2009


---
 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 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;
-- 
1.6.5.2



More information about the U-Boot mailing list