mmc: mmci: constify amba_id
commit88411dea0f4e01896b902568f94c03266be9f666
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 23 Aug 2017 16:30:49 +0000 (23 22:00 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 13:03:46 +0000 (30 15:03 +0200)
treead1cbb7025b79bed4f4afdf4deaf8ee28723186d
parente7b42769ee291c7993bff392e37a768df46dabac
mmc: mmci: 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: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c