]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sf: punt unused spi_flash_region struct
authorMike Frysinger <vapier@gentoo.org>
Mon, 27 Dec 2010 03:31:18 +0000 (22:31 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Apr 2011 03:40:59 +0000 (23:40 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/spi_flash.h

index 1f8ba2987ef00f10346b15f7cbfdb47fc9798567..89cc3a7cc3340238b9de031ef2d0a1ab56a595d1 100644 (file)
 #include <spi.h>
 #include <linux/types.h>
 
-struct spi_flash_region {
-       unsigned int    count;
-       unsigned int    size;
-};
-
 struct spi_flash {
        struct spi_slave *spi;