Skip to content

Commit

Permalink
ASoC: fsi: remove unused irq
Browse files Browse the repository at this point in the history
FSI is using devm_request_irq() from
1ddd828
(ASoC: fsi: use devm_request_irq())

master->irq is no longer needed.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Mar 13, 2013
1 parent f6161aa commit 9c33728
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/sh/fsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 9c33728

Please sign in to comment.