Re: [PATCH kernel] powerpc/powernv/npu: Export symbols as GPL

2019-06-19 Thread Christoph Hellwig
On Wed, Jun 19, 2019 at 02:13:12PM +1000, Alexey Kardashevskiy wrote: > The out-of-tree NVIDIA driver has been re-licensed recently to MIT/GPL > so we can do the right thing and restrict the exported symbols to GPL > only. Which still does not matter until it actually is in mainline. We don't kee

[PATCH kernel] powerpc/powernv/npu: Export symbols as GPL

2019-06-18 Thread Alexey Kardashevskiy
The out-of-tree NVIDIA driver has been re-licensed recently to MIT/GPL so we can do the right thing and restrict the exported symbols to GPL only. Signed-off-by: Alexey Kardashevskiy --- arch/powerpc/platforms/powernv/npu-dma.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff