From: Arnd Bergmann Date: Fri, 19 Apr 2013 20:00:04 +0000 (+0200) Subject: clocksource: exynos_mct: fix build error on non-DT X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~47^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4636d0ad7eee4741ef5146080e9ce57b9e2de0b;p=pandora-kernel.git clocksource: exynos_mct: fix build error on non-DT There is currently no alternative implementation for of_irq_count when the function is not defined, and the declaration is hidden, so this works around calling an undeclared function. It should really not be needed. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed