dmaengine: pl08x: constify amba_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 23 Aug 2017 16:27:12 +0000 (21:57 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 28 Aug 2017 15:41:08 +0000 (21:11 +0530)
commitb80fa1217c3c2ad634e3d92ae8bfc6d442ffaeae
tree315285e7a455ee93308654530bbfc3bd734feeea
parent5e857047ba1e748002088bf44b6b0873664d9567
dmaengine: pl08x: 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/amba-pl08x.c