]> Pileus Git - ~andy/linux/commit
arm/tegra: Delete tegra_init_clock()
authorStephen Warren <swarren@nvidia.com>
Mon, 19 Dec 2011 19:24:03 +0000 (12:24 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 20 Dec 2011 02:06:05 +0000 (18:06 -0800)
commit229f05fdb025ff82f47221c11ee5dfa73f7e4cb2
tree5b6a03121c3801ee5cfb399b746aa03bac779639
parentac8a494894e0e7add2fd0919d1929c21d8cf03e1
arm/tegra: Delete tegra_init_clock()

tegra_init_clock() is written to call tegra2_init_clocks(), which only
exists if Tegra20 support is enabled. This breaks the build of a
Tegra30-only kernel.

tegra_init_clock() isn't actually used any more; tegra20_init_early()
calls tegra2_init_clocks() directly. So, just delete this function.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/board.h
arch/arm/mach-tegra/clock.c