On Mon, Oct 26, 2020 at 01:16:45AM +0300, Dmitry Osipenko wrote:
The tegra_read_ram_code() is used by EMC drivers and we're going to make these driver modular, hence this function needs to be exported.
Signed-off-by: Dmitry Osipenko digetx@gmail.com
drivers/soc/tegra/fuse/tegra-apbmisc.c | 2 ++ 1 file changed, 2 insertions(+)
I'm not a big fan of exporting yet another of these tiny helpers, but I don't have any better ideas, so:
Acked-by: Thierry Reding treding@nvidia.com