git: 2933c05c5638 - main - acpi_timer: remove unused variable
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jun 2024 07:55:31 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=2933c05c5638c17230b49bc32ad027ac7f281a52 commit 2933c05c5638c17230b49bc32ad027ac7f281a52 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-06-21 07:53:42 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-06-21 07:53:42 +0000 acpi_timer: remove unused variable the fixes kernel building after 00d061855deb --- sys/dev/acpica/acpi_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/acpica/acpi_timer.c b/sys/dev/acpica/acpi_timer.c index 13a89c4e6154..49474f71dfcb 100644 --- a/sys/dev/acpica/acpi_timer.c +++ b/sys/dev/acpica/acpi_timer.c @@ -154,7 +154,7 @@ acpi_timer_identify(driver_t *driver, device_t parent) static int acpi_timer_probe(device_t dev) { - int i, j, rid, rtype; + int j, rid, rtype; ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__);