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:
a94b5ea
)
irqchip: digicolor: Move digicolor_set_gc to init section
author
Baruch Siach
<baruch@tkos.co.il>
Sun, 22 Mar 2015 07:39:45 +0000
(09:39 +0200)
committer
Jason Cooper
<jason@lakedaemon.net>
Mon, 23 Mar 2015 10:00:52 +0000
(10:00 +0000)
The digicolor_set_gc() routine is only called from __init annotated
digicolor_of_init(). Annotate digicolor_set_gc() with __init as well to save a
few bytes at run time.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Link:
https://lkml.kernel.org/r/a3b57ecdbe0b07f55c20c07ff98f1f694275722d.1427009985.git.baruch@tkos.co.il
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
No differences found