diff options
Diffstat (limited to 'drivers/dma/fsldma.h')
| -rw-r--r-- | drivers/dma/fsldma.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/fsldma.h b/drivers/dma/fsldma.h index 6faf07ba0d0..4f21a512d84 100644 --- a/drivers/dma/fsldma.h +++ b/drivers/dma/fsldma.h @@ -114,6 +114,7 @@ struct fsl_dma_device {  	struct dma_device common;  	struct fsl_dma_chan *chan[FSL_DMA_MAX_CHANS_PER_DEVICE];  	u32 feature;		/* The same as DMA channels */ +	int irq;		/* Channel IRQ */  };  /* Define macros for fsl_dma_chan->feature property */  |