Re: [PATCH] mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()

2022-11-08 Thread Michael Nazzareno Trimarchi
On Tue, Nov 8, 2022 at 10:07 AM Dario Binacchi wrote: > > This function is only used within this module, so it is no longer > necessary to use EXPORT_SYMBOL_GPL(). > > This patch parallels the work done in the following patch: > https://lore.kernel.org/linux-mtd/20221018170205.1733958-1-dario.bina

[PATCH] mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()

2022-11-08 Thread Dario Binacchi
This function is only used within this module, so it is no longer necessary to use EXPORT_SYMBOL_GPL(). This patch parallels the work done in the following patch: https://lore.kernel.org/linux-mtd/20221018170205.1733958-1-dario.binac...@amarulasolutions.com Signed-off-by: Dario Binacchi --- d