Re: [PATCH v6 02/52] soc/tegra: fuse: Export tegra_read_ram_code()

2020-10-27 Thread Thierry Reding
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 > --- > drivers/soc/tegra/fuse/tegra-apbmisc.c | 2 ++ >

[PATCH v6 02/52] soc/tegra: fuse: Export tegra_read_ram_code()

2020-10-26 Thread Dmitry Osipenko
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 --- drivers/soc/tegra/fuse/tegra-apbmisc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/soc/tegra/fuse/tegra-ap