]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitf61fcc32a989ef8dc1fefbc2fbc4cb6b1b38353a
treeda35bfacfa138ba0f4c35841fd367f2ec0bfcdc4
parented425fc46b953876d11e40c1adb24cc42cfd0911
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