Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/topic/fsi' into asoc-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Apr 12, 2013
2 parents 38e8c89 + 9c33728 commit 48539f7
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 @@ -2006,7 +2005,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 48539f7

Please sign in to comment.