diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-02-25 07:52:09 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-02-25 10:25:07 -0500 |
commit | 9e4a10d27e89f780539e08abd2b051cb83635dfa (patch) | |
tree | 6f48fbb731cd8dc40407cabc3d50c6a5652ab839 /sound | |
parent | 7833ae0edf50b0eb303e95b1bec5fbd63a1e2672 (diff) |
ASoC: Remove a unused variables from i.MX FIQ runtime data
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/imx/imx-pcm-fiq.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/imx/imx-pcm-fiq.c b/sound/soc/imx/imx-pcm-fiq.c index 5532579ece4d..a1c4ce6ad408 100644 --- a/sound/soc/imx/imx-pcm-fiq.c +++ b/sound/soc/imx/imx-pcm-fiq.c | |||
@@ -35,12 +35,8 @@ | |||
35 | struct imx_pcm_runtime_data { | 35 | struct imx_pcm_runtime_data { |
36 | int period; | 36 | int period; |
37 | int periods; | 37 | int periods; |
38 | unsigned long dma_addr; | ||
39 | int dma; | ||
40 | unsigned long offset; | 38 | unsigned long offset; |
41 | unsigned long size; | 39 | unsigned long size; |
42 | unsigned long period_cnt; | ||
43 | void *buf; | ||
44 | struct timer_list timer; | 40 | struct timer_list timer; |
45 | int period_time; | 41 | int period_time; |
46 | }; | 42 | }; |