ソースを参照

spi_flash.h: pull in linux/types.h for u## types

Mike Frysinger 15 年 前
コミット
e06ab6546b
1 ファイル変更1 行追加0 行削除
  1. 1 0
      include/spi_flash.h

+ 1 - 0
include/spi_flash.h

@@ -24,6 +24,7 @@
 #define _SPI_FLASH_H_
 #define _SPI_FLASH_H_
 
 
 #include <spi.h>
 #include <spi.h>
+#include <linux/types.h>
 
 
 struct spi_flash_region {
 struct spi_flash_region {
 	unsigned int	count;
 	unsigned int	count;