projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9096963
)
sf: punt unused spi_flash_region struct
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 27 Dec 2010 03:31:18 +0000
(22:31 -0500)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/include/spi_flash.h
b/include/spi_flash.h
index 1f8ba2987ef00f10346b15f7cbfdb47fc9798567..89cc3a7cc3340238b9de031ef2d0a1ab56a595d1 100644
(file)
--- 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;