[U-Boot] [PATCH] sf: punt unused spi_flash_region struct

10 Jan
2011
10 Jan
'11
6:44 a.m.
Signed-off-by: Mike Frysinger vapier@gentoo.org --- include/spi_flash.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/include/spi_flash.h b/include/spi_flash.h index 1f8ba29..89cc3a7 100644 --- a/include/spi_flash.h +++ b/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;
--
1.7.4.rc1
5233
Age (days ago)
5233
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike Frysinger