Re: [PATCH] genirq: export __irq_set_affinity symbol
From: Thomas Gleixner
Date: Thu May 12 2016 - 03:45:39 EST
On Thu, 12 May 2016, Xie XiuQi wrote:
> __irq_set_affinity is declared in include/linux/interrupt.h, but not
> been exported.
>
> We export it now, so we could use __irq_set_affinity, irq_set_affinity
> and irq_force_affinity in kernel modules.
Please show the code using the exports first. We don't export symbols w/o
knowing the usecase.
Thanks,
tglx