ASoC: wm8994: Use pdata cached in MFD driver

This is better style and facilitates implementation of device tree support
for the driver.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown
2012-10-08 18:36:09 +09:00
parent a8a8fc287d
commit d9dd4ada0e
3 changed files with 51 additions and 48 deletions

View File

@@ -142,7 +142,6 @@ struct wm8994_priv {
int micdet_irq;
int revision;
struct wm8994_pdata *pdata;
unsigned int aif1clk_enable:1;
unsigned int aif2clk_enable:1;