]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mxs: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:49:18 +0000 (00:49 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 1 Jun 2015 07:06:50 +0000 (09:06 +0200)
commitaf257c500e2687e68cef08a06672990378f21cb5
treeda35bfacfa138ba0f4c35841fd367f2ec0bfcdc4
parenta7fa5eb1bad20aa729fa4ee04df6d0a5382acfd5
mmc: mxs: Constify platform_device_id

The platform_device_id is not modified by the driver and core uses it as
const.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mxs-mmc.c