mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
genirq: Export irq_[get|set]_irqchip_state()
Export these functions to be able to build the Qualcomm family A PMIC gpio and mpp drivers as modules. [ tglx: Made them GPL exports ] Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Reviewed-by: Mark Brown <broonie@kernel.org> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: <kernel-build-reports@lists.linaro.org> Cc: <linaro-kernel@lists.linaro.org> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Cc: Linus Walleij <linus.walleij@linaro.org> Link: http://lkml.kernel.org/r/1437594184-22966-1-git-send-email-bjorn.andersson@sonymobile.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
0d3f2c92e0
commit
1ee4fb3ee1
@ -1877,6 +1877,7 @@ int irq_get_irqchip_state(unsigned int irq, enum irqchip_irq_state which,
|
||||
irq_put_desc_busunlock(desc, flags);
|
||||
return err;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(irq_get_irqchip_state);
|
||||
|
||||
/**
|
||||
* irq_set_irqchip_state - set the state of a forwarded interrupt.
|
||||
@ -1922,3 +1923,4 @@ int irq_set_irqchip_state(unsigned int irq, enum irqchip_irq_state which,
|
||||
irq_put_desc_busunlock(desc, flags);
|
||||
return err;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(irq_set_irqchip_state);
|
||||
|
Loading…
Reference in New Issue
Block a user