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

Commit b394f1df authored by Andrew Morton's avatar Andrew Morton Committed by Dave Jones
Browse files

[CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[]



This symbol doesn't need file-global scope.

Cc: "Zhang, Rui" <rui.zhang@intel.com>
Cc: Dave Jones <davej@codemonkey.org.uk>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Langsdorf, Mark <mark.langsdorf@amd.com>
Cc: Leo Milano <lmilano@gmx.net>
Cc: Thomas Renninger <trenn@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 931db6a3
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1250,13 +1250,12 @@ static int powernowk8_verify(struct cpufreq_policy *pol)
	return cpufreq_frequency_table_verify(pol, data->powernow_table);
}

static const char ACPI_PSS_BIOS_BUG_MSG[] =
	KERN_ERR FW_BUG PFX "No compatible ACPI _PSS objects found.\n"
	KERN_ERR FW_BUG PFX "Try again with latest BIOS.\n";

/* per CPU init entry point to the driver */
static int __cpuinit powernowk8_cpu_init(struct cpufreq_policy *pol)
{
	static const char ACPI_PSS_BIOS_BUG_MSG[] =
		KERN_ERR FW_BUG PFX "No compatible ACPI _PSS objects found.\n"
		KERN_ERR FW_BUG PFX "Try again with latest BIOS.\n";
	struct powernow_k8_data *data;
	cpumask_t oldmask;
	int rc;