git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f1a735
)
clocksource: exynos_mct: fix build error on non-DT
author
Arnd Bergmann
<arnd@arndb.de>
Fri, 19 Apr 2013 20:00:04 +0000
(22:00 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 19 Apr 2013 20:00:04 +0000
(22:00 +0200)
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>
No differences found