]> git.baikalelectronics.ru Git - kernel.git/commit
x86/intel_rdt/cqm: Make integer rmid_limbo_count static
authorColin Ian King <colin.king@canonical.com>
Mon, 2 Oct 2017 14:59:31 +0000 (15:59 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 5 Oct 2017 11:20:32 +0000 (13:20 +0200)
commita37ba363ab5db54360b093237cd0c058ab943909
tree41db532360bcf6f334695e7f7d141e9d12177eea
parent4cede53806c13f310ff1f5ff5bdf48db37d042ee
x86/intel_rdt/cqm: Make integer rmid_limbo_count static

rmid_limbo_count is local to the source and does not need to be in global
scope, so make it static.

Cleans up sparse warning:
symbol 'rmid_limbo_count' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: kernel-janitors@vger.kernel.org
Link: https://lkml.kernel.org/r/20171002145931.27479-1-colin.king@canonical.com
arch/x86/kernel/cpu/intel_rdt_monitor.c