Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29b8302b authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Catalin Marinas
Browse files

arm64: smp: make of_parse_and_init_cpus static



of_parse_and_init_cpus is only called from within smp.c, so it can be
declared static.

Signed-off-by: default avatarJisheng Zhang <jszhang@marvell.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent d1927915
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ acpi_parse_gic_cpu_interface(struct acpi_subtable_header *header,
 * cpu logical map array containing MPIDR values related to logical
 * cpus. Assumes that cpu_logical_map(0) has already been initialized.
 */
void __init of_parse_and_init_cpus(void)
static void __init of_parse_and_init_cpus(void)
{
	struct device_node *dn = NULL;