diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index c724026a246f6ec90f80b11dfed4397fee6d7d37..8b91a15110e0fff5e3bbdb487c733e8a80872578 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c @@ -296,7 +296,6 @@ struct fsi_core { struct fsi_master { void __iomem *base; - int irq; struct fsi_priv fsia; struct fsi_priv fsib; const struct fsi_core *core; @@ -2002,7 +2001,6 @@ static int fsi_probe(struct platform_device *pdev) } /* master setting */ - master->irq = irq; master->core = core; spin_lock_init(&master->lock);