ARM: tegra: fix compile error when disable CPU_IDLE
authorJoseph Lo <josephl@nvidia.com>
Fri, 25 Jan 2013 06:38:32 +0000 (14:38 +0800)
committerStephen Warren <swarren@nvidia.com>
Mon, 28 Jan 2013 18:15:21 +0000 (11:15 -0700)
commit24e30c9417230b359bf6dfeb923e90138df7c112
tree05eca383b68801362b7676e2da9884bc4b7afcf2
parent1395868c06bd41390e50e7c7fe9a4783dd620867
ARM: tegra: fix compile error when disable CPU_IDLE

The "sleep.S" file has many functions that be shared by different module
currently. Not just for CPU idle driver. Make it build as default now.

Reported-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Joseph Lo <josephl@nvidia.com>
[swarren: add sleep.o to separate line so each line only contains 1 file]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/Makefile