mfd: ab8500: Make ab8500_irq_get_virq() static
authorLee Jones <lee.jones@linaro.org>
Mon, 20 Aug 2012 10:53:36 +0000 (11:53 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 14 Sep 2012 07:52:13 +0000 (09:52 +0200)
commit80633f05b0dbf5819ef28f626f2f0b7c885d1f88
tree37a823068072239eeb4f17e0080caea0ce24c22b
parent4f600ada70beeb1dfe08e11e871bf31015aa0a3d
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 <lee.jones@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/ab8500-core.c
include/linux/mfd/abx500/ab8500.h