ASoC: fsl: imx-pcm-fiq: Remove unused 'runtime' variable
[firefly-linux-kernel-4.4.55.git] / sound / soc / fsl / imx-pcm-fiq.c
index 94720a6dd7b637e36234ad7e46990a11a38c1360..10e330514ed8bfd1334410119d992c2c1a177d26 100644 (file)
@@ -50,7 +50,6 @@ static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt)
        struct imx_pcm_runtime_data *iprtd =
                container_of(hrt, struct imx_pcm_runtime_data, hrt);
        struct snd_pcm_substream *substream = iprtd->substream;
-       struct snd_pcm_runtime *runtime = substream->runtime;
        struct pt_regs regs;
 
        if (!atomic_read(&iprtd->running))