]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: Constify list of CPU domains
authorThierry Reding <thierry.reding@gmail.com>
Wed, 16 Oct 2013 17:19:01 +0000 (19:19 +0200)
committerStephen Warren <swarren@nvidia.com>
Fri, 18 Oct 2013 22:28:11 +0000 (16:28 -0600)
commitf0ea2e0bb8f01fc36e32402a479b16ad032da081
tree329f0478c7650b7f0d1926ee27eacfbabf98fd00
parentc1e96da28cf56c9f7be5e54d92c31ef3f70799fa
ARM: tegra: Constify list of CPU domains

There's no need to modify these at runtime, it is static data and never
needs to change.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/powergate.c