Skip to content
Snippets Groups Projects
Commit 9e4a10d2 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Remove a unused variables from i.MX FIQ runtime data

parent 7833ae0e
No related branches found
No related tags found
No related merge requests found
...@@ -35,12 +35,8 @@ ...@@ -35,12 +35,8 @@
struct imx_pcm_runtime_data { struct imx_pcm_runtime_data {
int period; int period;
int periods; int periods;
unsigned long dma_addr;
int dma;
unsigned long offset; unsigned long offset;
unsigned long size; unsigned long size;
unsigned long period_cnt;
void *buf;
struct timer_list timer; struct timer_list timer;
int period_time; int period_time;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment