From 963fd4b8f6b3c2e95eb419f5cf59063d8e6593ea Mon Sep 17 00:00:00 2001 From: "Constantine A. Murenin" Date: Sat, 20 Feb 2010 18:32:48 -0500 Subject: [PATCH] acpi_thinkpad(4): the refresh function should be declarared as per prototype * The refresh function should be static void, the inconsistency is again linked to 10f97674 (through bringing back the refresh function from 48cf177). --- sys/dev/acpica5/acpi_thinkpad/acpi_thinkpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/acpica5/acpi_thinkpad/acpi_thinkpad.c b/sys/dev/acpica5/acpi_thinkpad/acpi_thinkpad.c index bddbd293b8..67d9508318 100644 --- a/sys/dev/acpica5/acpi_thinkpad/acpi_thinkpad.c +++ b/sys/dev/acpica5/acpi_thinkpad/acpi_thinkpad.c @@ -958,7 +958,7 @@ acpi_thinkpad_notify(ACPI_HANDLE h, UINT32 notify, void *context) } } -void +static void acpi_thinkpad_refresh(void *arg) { struct acpi_thinkpad_softc *sc = (struct acpi_thinkpad_softc *)arg; -- 2.41.0