]> git.baikalelectronics.ru Git - kernel.git/commit
cpu-topology: declare parse_acpi_topology in <linux/arch_topology.h>
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Tue, 22 Oct 2019 08:43:23 +0000 (09:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Nov 2019 04:31:00 +0000 (12:31 +0800)
commita2f578820e2f7026121eb798123073dbdbd8d342
treea58d99c835fdc84c51992caf607c8d6283994fe9
parent889f21fc28ca33ab03ba192b666e78771f8dbd4d
cpu-topology: declare parse_acpi_topology in <linux/arch_topology.h>

The parse_acpi_topology() is not declared anywhere which
causes the following sparse warning:

drivers/base/arch_topology.c:522:19: warning: symbol 'parse_acpi_topology' was not declared. Should it be static?

Signed-off-by: Ben Dooks (Codethink) <ben.dooks@codethink.co.uk>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://lore.kernel.org/r/20191022084323.13594-1-ben.dooks@codethink.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/arch_topology.h