ソースを参照

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;