aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-10-23 11:52:53 -0600
committerStephen Warren <swarren@nvidia.com>2013-01-28 10:21:21 -0700
commit1711b1e10224dbebc885b7bf7ca2f03f51ff9f4a (patch)
tree0191c6c138a449c25793a15fc7a75373d86ad7fd /arch/arm/mach-tegra/board.h
parentMerge remote-tracking branch 'korg_arm-soc/timer/cleanup' into for-3.9/cleanup (diff)
downloadlinux-dev-1711b1e10224dbebc885b7bf7ca2f03f51ff9f4a.tar.xz
linux-dev-1711b1e10224dbebc885b7bf7ca2f03f51ff9f4a.zip
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>
Diffstat (limited to 'arch/arm/mach-tegra/board.h')
-rw-r--r--arch/arm/mach-tegra/board.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board.h b/arch/arm/mach-tegra/board.h
index 744cdd246f6a..da8f5a3c4240 100644
--- a/arch/arm/mach-tegra/board.h
+++ b/arch/arm/mach-tegra/board.h
@@ -55,5 +55,4 @@ static inline int harmony_pcie_init(void) { return 0; }
void __init tegra_paz00_wifikill_init(void);
-extern void tegra_init_timer(void);
#endif