Blackfin arch: add volatile markings to DMA MMRs
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
@@ -109,7 +109,7 @@ struct dma_channel {
|
|||||||
struct mutex dmalock;
|
struct mutex dmalock;
|
||||||
const char *device_id;
|
const char *device_id;
|
||||||
enum dma_chan_status chan_status;
|
enum dma_chan_status chan_status;
|
||||||
struct dma_register *regs;
|
volatile struct dma_register *regs;
|
||||||
struct dmasg *sg; /* large mode descriptor */
|
struct dmasg *sg; /* large mode descriptor */
|
||||||
unsigned int irq;
|
unsigned int irq;
|
||||||
void *data;
|
void *data;
|
||||||
|
Reference in New Issue
Block a user