From: Paul Mundt Date: Sat, 19 May 2012 06:11:43 +0000 (+0900) Subject: irqdomain: Make irq_domain_simple_map() static. X-Git-Tag: v3.5-rc1~96^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5806e50b9fd4ca435acdf0eceddda64da9be5b;p=pandora-kernel.git 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 Signed-off-by: Grant Likely --- Reading git-diff-tree failed