Skip to content

Commit

Permalink
Blackfin arch: add volatile markings to DMA MMRs
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jan 7, 2009
1 parent 6a6be3d commit 4ce1873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/include/asm/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ struct dma_channel {
struct mutex dmalock;
const char *device_id;
enum dma_chan_status chan_status;
struct dma_register *regs;
volatile struct dma_register *regs;
struct dmasg *sg; /* large mode descriptor */
unsigned int irq;
void *data;
Expand Down

0 comments on commit 4ce1873

Please sign in to comment.