dmaengine: pl330: constify amba_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 23 Aug 2017 16:27:31 +0000 (21:57 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 28 Aug 2017 15:41:08 +0000 (21:11 +0530)
commitb753351ec8f4c6a25c6d9b5c4eccce62e448a571
tree495a1c28c4a3b538d0851858a99511cd7d0b3daf
parentb80fa1217c3c2ad634e3d92ae8bfc6d442ffaeae
dmaengine: pl330: constify amba_id

amba_id are not supposed to change at runtime. All functions
working with const amba_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pl330.c