Commit b34c095c authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Miquel Raynal

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: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 717bc8a6
...@@ -255,7 +255,6 @@ struct stfsm_seq { ...@@ -255,7 +255,6 @@ struct stfsm_seq {
struct stfsm { struct stfsm {
struct device *dev; struct device *dev;
void __iomem *base; void __iomem *base;
struct resource *region;
struct mtd_info mtd; struct mtd_info mtd;
struct mutex lock; struct mutex lock;
struct flash_info *info; struct flash_info *info;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment