From: Arnd Bergmann Date: Mon, 1 Oct 2012 14:47:31 +0000 (+0000) Subject: ARM: export default read_current_timer X-Git-Tag: v3.7-rc3~28^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3accb122f2c758494a6db3b9e9a8cd62aafcf83;p=pandora-kernel.git ARM: export default read_current_timer read_current_timer is used by get_cycles since "ARM: 7538/1: delay: add registration mechanism for delay timer sources", and get_cycles can be used by device drivers in loadable modules, so it has to be exported. Without this patch, building imote2_defconfig fails with ERROR: "read_current_timer" [crypto/tcrypt.ko] undefined! Signed-off-by: Arnd Bergmann Cc: Stephen Boyd Cc: Jonathan Austin Cc: Will Deacon Cc: Russell King --- Reading git-diff-tree failed