]> git.baikalelectronics.ru Git - kernel.git/commit
irqdomain: Make irq_domain_simple_map() static.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 19 May 2012 06:11:43 +0000 (15:11 +0900)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 19 May 2012 18:35:33 +0000 (12:35 -0600)
commit7f7e96e5e141d40073e1d9fb4e300ddbdf294d95
tree09e831a978fb1d09cdcec36e705d04923ac36a25
parent7675f69de34dcc85b851bfacad41ce2a6fe0dddc
irqdomain: Make irq_domain_simple_map() static.

Presently irq_domain_simple_map() isn't labelled as static, but there's
no definition for it in the public irqdomain header either. At present
all in-tree ->map users have meaningful work to do, and all others are
using irq_domain_simple_ops directly. Make it static for now, as it can
always be exported and added to the public API later.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
kernel/irq/irqdomain.c