Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information