]> git.baikalelectronics.ru Git - uboot.git/commit
mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Tue, 8 Nov 2022 09:07:19 +0000 (10:07 +0100)
committerDario Binacchi <dario.binacchi@amarulasolutions.com>
Sat, 10 Dec 2022 13:35:55 +0000 (14:35 +0100)
commit38771db44c238075277c1090022824186221dc3d
treed510845049db9f0367e5feec6591e6372def1c0c
parent34d0c5b7b05a0c371ee3ba06358e8ee7e274d12f
mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()

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.binacchi@amarulasolutions.com

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-By: Michael Trimarchi <michael@amarulasolutions.com>
Link: https://lore.kernel.org/all/20221108090719.3631621-1-dario.binacchi@amarulasolutions.com
drivers/mtd/nand/core.c
include/linux/mtd/nand.h