From: Stephen Warren Date: Mon, 19 Dec 2011 19:24:03 +0000 (-0700) Subject: arm/tegra: Delete tegra_init_clock() X-Git-Tag: v3.3-rc1~140^2~1^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229f05fdb025ff82f47221c11ee5dfa73f7e4cb2;p=pandora-kernel.git 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 Signed-off-by: Olof Johansson --- Reading git-diff-tree failed