diff --git a/sys/arm/freescale/vybrid/vf_edma.c b/sys/arm/freescale/vybrid/vf_edma.c index 23ce8cfd2c8..801a1e1dfb7 100644 --- a/sys/arm/freescale/vybrid/vf_edma.c +++ b/sys/arm/freescale/vybrid/vf_edma.c @@ -119,11 +119,13 @@ static void edma_err_intr(void *arg) { struct edma_softc *sc; +#if 0 int reg; +#endif sc = arg; - reg = READ4(sc, DMA_ERR); + /* reg = */ READ4(sc, DMA_ERR); #if 0 device_printf(sc->dev, "DMA_ERR 0x%08x, ES 0x%08x\n", diff --git a/sys/arm/freescale/vybrid/vf_sai.c b/sys/arm/freescale/vybrid/vf_sai.c index 26ba34df500..87d648da05f 100644 --- a/sys/arm/freescale/vybrid/vf_sai.c +++ b/sys/arm/freescale/vybrid/vf_sai.c @@ -222,11 +222,11 @@ static int saimixer_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) { +#if 0 struct sc_pcminfo *scp; scp = mix_getdevinfo(m); -#if 0 device_printf(scp->dev, "saimixer_set() %d %d\n", left, right); #endif