sf: punt unused spi_flash_region struct

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2010-12-26 22:31:18 -05:00
parent 9096963c72
commit 192b639ecc

View file

@ -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;