]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-s3c: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:49:22 +0000 (00:49 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 1 Jun 2015 07:06:52 +0000 (09:06 +0200)
commit9acae1850a95a434506eb35be4ab57db8d2c514e
treec390317b8bd68e461ba2b8a8cb1651699e3c2ae1
parente71beee4abd8145c330ef99468f048a794200f09
mmc: sdhci-s3c: 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/sdhci-s3c.c