ARM: tegra: don't pass CPU ID to tegra_{set,clear}_cpu_in_lp2
authorJoseph Lo <josephl@nvidia.com>
Tue, 4 Jun 2013 10:47:35 +0000 (18:47 +0800)
committerStephen Warren <swarren@nvidia.com>
Wed, 5 Jun 2013 17:44:58 +0000 (11:44 -0600)
tegra_{set,clear}_cpu_in_lp2 can easily determine which CPU ID they are
running on; there is no need to pass the CPU ID into those functions.
So, remove their CPU ID function parameter.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>

No differences found