mtd: st_spi_fsm: remove unused field from struct stfsm

The 'region' field in struct stfsm is unused and can be removed.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
This commit is contained in:
Bartosz Golaszewski 2019-10-01 12:05:10 +02:00 committed by Miquel Raynal
parent 717bc8a6b4
commit b34c095ca6
1 changed files with 0 additions and 1 deletions

View File

@ -255,7 +255,6 @@ struct stfsm_seq {
struct stfsm {
struct device *dev;
void __iomem *base;
struct resource *region;
struct mtd_info mtd;
struct mutex lock;
struct flash_info *info;