浏览代码

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_
 
 #include <spi.h>
+#include <linux/types.h>
 
 struct spi_flash_region {
 	unsigned int	count;