浏览代码

sf: punt unused spi_flash_region struct

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 14 年之前
父节点
当前提交
192b639ecc
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      include/spi_flash.h

+ 0 - 5
include/spi_flash.h

@@ -26,11 +26,6 @@
 #include <spi.h>
 #include <linux/types.h>
 
-struct spi_flash_region {
-	unsigned int	count;
-	unsigned int	size;
-};
-
 struct spi_flash {
 	struct spi_slave *spi;