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

Commit 6c5cf8aa authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown
Browse files

ACPI: static



make 2 needlessly global functions static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent ff55a9ce
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -410,7 +410,8 @@ static int acpi_processor_get_throttling(struct acpi_processor *pr)
	return pr->throttling.acpi_processor_get_throttling(pr);
}

int acpi_processor_set_throttling_fadt(struct acpi_processor *pr, int state)
static int acpi_processor_set_throttling_fadt(struct acpi_processor *pr,
					      int state)
{
	u32 value = 0;
	u32 duty_mask = 0;
@@ -482,7 +483,8 @@ int acpi_processor_set_throttling_fadt(struct acpi_processor *pr, int state)
	return 0;
}

int acpi_processor_set_throttling_ptc(struct acpi_processor *pr, int state)
static int acpi_processor_set_throttling_ptc(struct acpi_processor *pr,
					     int state)
{
	u32 value = 0;