]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: tegra: Constify SoC data
authorThierry Reding <treding@nvidia.com>
Mon, 16 Nov 2015 09:27:14 +0000 (10:27 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 22 Dec 2015 10:32:07 +0000 (11:32 +0100)
commit0e15144130e3c34204ab69ecdafce27731905911
tree559944392f5d37029367df5fe011eae6766f9a3a
parent14d5e4349b58e0b140494ac6bf779c197efcd79f
mmc: tegra: Constify SoC data

The data in the SoC description structures is static and can therefore
reside in read-only memory.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-tegra.c