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>
This commit is contained in:
Mark Brown 2010-02-25 12:52:09 +00:00
parent 7833ae0edf
commit 9e4a10d27e
1 changed files with 0 additions and 4 deletions

View File

@ -35,12 +35,8 @@
struct imx_pcm_runtime_data {
int period;
int periods;
unsigned long dma_addr;
int dma;
unsigned long offset;
unsigned long size;
unsigned long period_cnt;
void *buf;
struct timer_list timer;
int period_time;
};