From: Baruch Siach Date: Mon, 27 May 2013 06:11:59 +0000 (+0300) Subject: xtensa: xtfpga: fix section mismatch X-Git-Tag: v3.11-rc1~25^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54c0af9f1a1bfe9639666aea789dae6a37a741cf;p=pandora-kernel.git xtensa: xtfpga: fix section mismatch platform_calibrate_ccount() calls update_clock_frequency() which is in .init section. However, platform_calibrate_ccount() itself is only called from .init (i.e., time_init()). Signed-off-by: Baruch Siach Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- Reading git-diff-tree failed