]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 de4f174ad5225c5a56fae7aa818ffe2c7c9883ab..1f8ba2987ef00f10346b15f7cbfdb47fc9798567 100644 (file)
@@ -24,6 +24,7 @@
 #define _SPI_FLASH_H_
 
 #include <spi.h>
+#include <linux/types.h>
 
 struct spi_flash_region {
        unsigned int    count;