Skip to content
Snippets Groups Projects
Commit 192b639e authored by Mike Frysinger's avatar Mike Frysinger
Browse files

sf: punt unused spi_flash_region struct

parent 9096963c
No related branches found
No related tags found
No related merge requests found
...@@ -26,11 +26,6 @@ ...@@ -26,11 +26,6 @@
#include <spi.h> #include <spi.h>
#include <linux/types.h> #include <linux/types.h>
struct spi_flash_region {
unsigned int count;
unsigned int size;
};
struct spi_flash { struct spi_flash {
struct spi_slave *spi; struct spi_slave *spi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment