Re: [RFC PATCH] drivers/nvdimm: nvdimm_pmu_free_hotplug_memory() can be static

2021-09-04 Thread kajoljain
On 9/3/21 8:49 PM, kernel test robot wrote: > drivers/nvdimm/nd_perf.c:159:6: warning: symbol > 'nvdimm_pmu_free_hotplug_memory' was not declared. Should it be static? > > Reported-by: kernel test robot > Signed-off-by: kernel test robot > --- > nd_perf.c |2 +- > 1 file changed, 1

[RFC PATCH] drivers/nvdimm: nvdimm_pmu_free_hotplug_memory() can be static

2021-09-03 Thread kernel test robot
drivers/nvdimm/nd_perf.c:159:6: warning: symbol 'nvdimm_pmu_free_hotplug_memory' was not declared. Should it be static? Reported-by: kernel test robot Signed-off-by: kernel test robot --- nd_perf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nvdimm/nd_perf.c