[PATCH 1/3] arm/tegra: Delete tegra_init_clock()
From: Olof Johansson <hidden>
Date: 2011-12-20 02:07:38
Also in:
linux-tegra
From: Olof Johansson <hidden>
Date: 2011-12-20 02:07:38
Also in:
linux-tegra
On Mon, Dec 19, 2011 at 12:24:03PM -0700, Stephen Warren wrote:
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 <redacted> --- These 3 patches are all cleanup for Tegra's for-3.3/soc branch.
Thanks, applied 1-3 to for-3.3/soc. -Olof