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:
b787f68
)
regmap: Constify irq_domain_ops
author
Krzysztof Kozlowski
<k.kozlowski.k@gmail.com>
Mon, 27 Apr 2015 12:52:10 +0000
(21:52 +0900)
committer
Mark Brown
<broonie@kernel.org>
Mon, 27 Apr 2015 19:50:05 +0000
(20:50 +0100)
The irq_domain_ops are not modified by the driver and the irqdomain core
code accepts pointer to a const data.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
No differences found