FSI is using devm_request_irq() from 1ddd82868cc888e008ed520465c172a6cdddd689 (ASoC: fsi: use devm_request_irq())
master->irq is no longer needed.
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com --- sound/soc/sh/fsi.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index a606d0f..7a874a3 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c @@ -300,7 +300,6 @@ struct fsi_core {
struct fsi_master { void __iomem *base; - int irq; struct fsi_priv fsia; struct fsi_priv fsib; struct fsi_core *core; @@ -2086,7 +2085,6 @@ static int fsi_probe(struct platform_device *pdev) }
/* master setting */ - master->irq = irq; master->core = (struct fsi_core *)id_entry->driver_data; spin_lock_init(&master->lock);