Re: [PATCH] base: export platform_msi_domain_{alloc,free}_irqs

2016-01-04 Thread Marc Zyngier
On 28/12/15 14:20, Thomas Petazzoni wrote: > The new function platform_msi_domain_{alloc,free}_irqs are meant to be > used in platform drivers, which can be built as modules. Therefore, it > makes sense to export them to be used from kernel modules. > > Signed-off-by: Thomas Petazzoni > --- > dr

[PATCH] base: export platform_msi_domain_{alloc,free}_irqs

2015-12-28 Thread Thomas Petazzoni
The new function platform_msi_domain_{alloc,free}_irqs are meant to be used in platform drivers, which can be built as modules. Therefore, it makes sense to export them to be used from kernel modules. Signed-off-by: Thomas Petazzoni --- drivers/base/platform-msi.c | 2 ++ 1 file changed, 2 inser