commit | a5bc092fb9c0e6c0f7f09efea65a02afdc9db4cd | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | Tue Nov 08 10:07:19 2022 +0100 |
committer | Dario Binacchi <dario.binacchi@amarulasolutions.com> | Sat Dec 10 14:35:55 2022 +0100 |
tree | d510845049db9f0367e5feec6591e6372def1c0c | |
parent | 6b60f68ca341a1a2fc21383292df96f9f1032d3d [diff] |
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