Commit 48539f73 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'asoc/topic/fsi' into asoc-next

parents 38e8c895 9c337289
......@@ -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;
......@@ -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);
......
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