mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
sf: punt unused spi_flash_region struct
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
9096963c72
commit
192b639ecc
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue