dma: shdma: NMI support.
[pandora-kernel.git] / drivers / dma / shdma.h
index 4021275..52e4fb1 100644 (file)
@@ -43,6 +43,7 @@ struct sh_dmae_device {
        struct dma_device common;
        struct sh_dmae_chan *chan[SH_DMAC_MAX_CHANNELS];
        struct sh_dmae_pdata *pdata;
+       struct list_head node;
        u32 __iomem *chan_reg;
        u16 __iomem *dmars;
 };