diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index e04f5776f6d0..161d96241b1b 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -667,6 +667,10 @@ struct device { | |||
667 | 667 | ||
668 | struct dma_coherent_mem *dma_mem; /* internal for coherent mem | 668 | struct dma_coherent_mem *dma_mem; /* internal for coherent mem |
669 | override */ | 669 | override */ |
670 | #ifdef CONFIG_CMA | ||
671 | struct cma *cma_area; /* contiguous memory area for dma | ||
672 | allocations */ | ||
673 | #endif | ||
670 | /* arch specific additions */ | 674 | /* arch specific additions */ |
671 | struct dev_archdata archdata; | 675 | struct dev_archdata archdata; |
672 | 676 | ||