spi_flash.h: pull in linux/types.h for u## types
authorMike Frysinger <vapier@gentoo.org>
Tue, 3 Nov 2009 16:36:39 +0000 (11:36 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 24 Nov 2009 22:40:39 +0000 (23:40 +0100)
include/spi_flash.h

index de4f174..1f8ba29 100644 (file)
@@ -24,6 +24,7 @@
 #define _SPI_FLASH_H_
 
 #include <spi.h>
+#include <linux/types.h>
 
 struct spi_flash_region {
        unsigned int    count;