diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-10-08 18:36:09 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-24 00:15:08 +0900 |
commit | d9dd4ada0edb96eaf3ba9b69fc2ffdd525ee7e0c (patch) | |
tree | 4fd77750135a4f1c27ca4c59fe47b69d27d47c3e /sound/soc/codecs/wm8994.h | |
parent | a8a8fc287dd7497b3adb2f2952513849ab6506eb (diff) | |
download | linux-d9dd4ada0edb96eaf3ba9b69fc2ffdd525ee7e0c.tar.bz2 |
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>
Diffstat (limited to 'sound/soc/codecs/wm8994.h')
-rw-r--r-- | sound/soc/codecs/wm8994.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.h b/sound/soc/codecs/wm8994.h index f142ec198db3..f618d16e1a12 100644 --- a/sound/soc/codecs/wm8994.h +++ b/sound/soc/codecs/wm8994.h @@ -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; |