From: Lee Jones Date: Mon, 20 Aug 2012 10:53:36 +0000 (+0100) Subject: mfd: ab8500: Make ab8500_irq_get_virq() static X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~14^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80633f05b0dbf5819ef28f626f2f0b7c885d1f88;p=pandora-kernel.git mfd: ab8500: Make ab8500_irq_get_virq() static MFD core now takes care of HWIRQ <-> VIRQ mapping, so the helper ab8500_irq_get_virq() is no longer used by ab8500 subordinate devices to obtain a Linux wide Virtual IRQ. The AB8500 IRQ controller still uses it internally though, so we'll just hide it from the rest of the world by making it static instead. Signed-off-by: Lee Jones Reviewed-by: Linus Walleij Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed