]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource: exynos_mct: fix build error on non-DT
authorArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 20:00:04 +0000 (22:00 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 20:00:04 +0000 (22:00 +0200)
commit4a345ba3c3993e2ffa5fcde060d149e156b62ac2
tree91505f0e11e58afbd7d28b42b2a1086b4ddc4df2
parent52bc331de3033b7a87aca8dde0a2e2d2b4ec9b88
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 <arnd@arndb.de>
drivers/clocksource/exynos_mct.c