答复: [PATCH -next] x86/platform/uv: Mark some symbols with static keyword

2020-12-01 Thread Zouwei (Samuel)
...@kernel.org 主题: Re: [PATCH -next] x86/platform/uv: Mark some symbols with static keyword Hi, +Cc x86 folks On 11/30/20 12:11 PM, Zou Wei wrote: > Fix the following sparse warnings: > > drivers/platform/x86/uv_sysfs.c:22:13: warning: symbol 'uv_pcibus_kset' was > not declare

Re: [PATCH -next] x86/platform/uv: Mark some symbols with static keyword

2020-11-30 Thread Hans de Goede
Hi, +Cc x86 folks On 11/30/20 12:11 PM, Zou Wei wrote: > Fix the following sparse warnings: > > drivers/platform/x86/uv_sysfs.c:22:13: warning: symbol 'uv_pcibus_kset' was > not declared. Should it be static? > drivers/platform/x86/uv_sysfs.c:23:13: warning: symbol 'uv_hubs_kset' was not > dec

[PATCH -next] x86/platform/uv: Mark some symbols with static keyword

2020-11-30 Thread Zou Wei
Fix the following sparse warnings: drivers/platform/x86/uv_sysfs.c:22:13: warning: symbol 'uv_pcibus_kset' was not declared. Should it be static? drivers/platform/x86/uv_sysfs.c:23:13: warning: symbol 'uv_hubs_kset' was not declared. Should it be static? Signed-off-by: Zou Wei --- drivers/pla