commit | 101540680976fc4f30739edd84a134352e3aeab8 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Mon Aug 07 22:15:03 2017 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Aug 30 14:01:54 2017 +0200 |
tree | b9a876e37038aea7b47db6a52cc387d5060e0a4d | |
parent | 3671967641c50820cf530f2c4cd358bb817a6c8a [diff] |
mmc: renesas-sdhi: constify renesas_sdhi_internal_dmac_dma_ops The structure renesas_sdhi_internal_dmac_dma_ops is only passed as the second argument to renesas_sdhi_probe, which is const, so renesas_sdhi_internal_dmac_dma_ops can be const too. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>