ARM: tegra: move timer.c to drivers/clocksource/
commit1711b1e10224dbebc885b7bf7ca2f03f51ff9f4a
authorStephen Warren <swarren@nvidia.com>
Tue, 23 Oct 2012 17:52:53 +0000 (23 11:52 -0600)
committerStephen Warren <swarren@nvidia.com>
Mon, 28 Jan 2013 17:21:21 +0000 (28 10:21 -0700)
tree0191c6c138a449c25793a15fc7a75373d86ad7fd
parentf3dab3989b4282e448cba0f0708934276dcb413a
ARM: tegra: move timer.c to drivers/clocksource/

Move arch/arm/mach-tegra/timer.c to drivers/clocksource/tegra20_timer.c
so that the code is co-located with other clocksource drivers, and to
reduce the size of the mach-tegra directory.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/Kconfig
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/board-dt-tegra20.c
arch/arm/mach-tegra/board-dt-tegra30.c
arch/arm/mach-tegra/board.h
drivers/clocksource/Makefile
drivers/clocksource/tegra20_timer.c [moved from arch/arm/mach-tegra/timer.c with 98% similarity]