diff options
Diffstat (limited to 'src/include/spi_flash.h')
-rw-r--r-- | src/include/spi_flash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/spi_flash.h b/src/include/spi_flash.h index 9c11433ff0..ffa66db561 100644 --- a/src/include/spi_flash.h +++ b/src/include/spi_flash.h @@ -113,7 +113,6 @@ struct spi_flash { const struct spi_flash_ops *ops; /* If !NULL all protection callbacks exist. */ const struct spi_flash_protection_ops *prot_ops; - const void *driver_private; }; void lb_spi_flash(struct lb_header *header); |