RE: [PATCH v2 5/5] memory: renesas-rpc-if: Export symbols as GPL

2020-11-28 Thread Prabhakar Mahadev Lad
; Pavel Machek > ; Geert Uytterhoeven ; > linux-kernel@vger.kernel.org; Prabhakar > > Subject: Re: [PATCH v2 5/5] memory: renesas-rpc-if: Export symbols as GPL > > On Thu, Nov 26, 2020 at 07:11:46PM +, Lad Prabhakar wrote: > > Renesas RPC-IF driver is licensed under GPL

Re: [PATCH v2 5/5] memory: renesas-rpc-if: Export symbols as GPL

2020-11-28 Thread Krzysztof Kozlowski
On Thu, Nov 26, 2020 at 07:11:46PM +, Lad Prabhakar wrote: > Renesas RPC-IF driver is licensed under GPL2.0, to be in sync export the > symbols as GPL. It's not a valid reason to export them as GPL. Entire Linux source code is licensed as GPL-2.0, so are you going to change all EXPORT_SYMBOL t

[PATCH v2 5/5] memory: renesas-rpc-if: Export symbols as GPL

2020-11-26 Thread Lad Prabhakar
Renesas RPC-IF driver is licensed under GPL2.0, to be in sync export the symbols as GPL. Suggested-by: Pavel Machek Signed-off-by: Lad Prabhakar Reviewed-by: Sergei Shtylyov --- drivers/memory/renesas-rpc-if.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drive