diff options
Diffstat (limited to 'drivers/base/dma-coherent.c')
-rw-r--r-- | drivers/base/dma-coherent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/dma-coherent.c b/drivers/base/dma-coherent.c index d4d8ce53886a..f369e2795985 100644 --- a/drivers/base/dma-coherent.c +++ b/drivers/base/dma-coherent.c | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | struct dma_coherent_mem { | 9 | struct dma_coherent_mem { |
10 | void *virt_base; | 10 | void *virt_base; |
11 | u32 device_base; | 11 | dma_addr_t device_base; |
12 | int size; | 12 | int size; |
13 | int flags; | 13 | int flags; |
14 | unsigned long *bitmap; | 14 | unsigned long *bitmap; |