diff options
| author | Krishna Reddy <vdumpa@nvidia.com> | 2014-03-20 18:06:48 -0400 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@nvidia.com> | 2015-03-18 15:09:15 -0400 |
| commit | 1e3812d18da30159ebd0f4da0dd838ea41b1835d (patch) | |
| tree | ed33607b7e72df913cc3f0b087218d1e94e3a5ce /include/linux/nvmap.h | |
| parent | d05dd4d1dcd14f83fb6857c5eb8a8212c54eeb39 (diff) | |
nvmap: add dma_dev pointer to nvmap platform data
Bug 1485389
Change-Id: I0d40867fef3e4c3e60d10b0457e687957c9261ec
Signed-off-by: Krishna Reddy <vdumpa@nvidia.com>
Reviewed-on: http://git-master/r/384637
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Vandana Salve <vsalve@nvidia.com>
Diffstat (limited to 'include/linux/nvmap.h')
| -rw-r--r-- | include/linux/nvmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h index f708b23f2..041e7fe26 100644 --- a/include/linux/nvmap.h +++ b/include/linux/nvmap.h | |||
| @@ -82,6 +82,7 @@ struct nvmap_platform_carveout { | |||
| 82 | size_t size; | 82 | size_t size; |
| 83 | struct device *cma_dev; | 83 | struct device *cma_dev; |
| 84 | bool resize; | 84 | bool resize; |
| 85 | struct device *dma_dev; | ||
| 85 | }; | 86 | }; |
| 86 | 87 | ||
| 87 | struct nvmap_platform_data { | 88 | struct nvmap_platform_data { |
