From ec7d898cf1521e4ae2ef97e7bcdf0186c4a1166f Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 27 Aug 2006 23:13:47 +0000 Subject: [PATCH] Complete the declaration. --- sys/dev/acpi/acpi_timer.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/dev/acpi/acpi_timer.c b/sys/dev/acpi/acpi_timer.c index cc648ced7a08..a3e531788e23 100644 --- a/sys/dev/acpi/acpi_timer.c +++ b/sys/dev/acpi/acpi_timer.c @@ -1,7 +1,7 @@ -/* $NetBSD: acpi_timer.c,v 1.5 2006/07/02 18:53:33 bouyer Exp $ */ +/* $NetBSD: acpi_timer.c,v 1.6 2006/08/27 23:13:47 christos Exp $ */ #include -__KERNEL_RCSID(0, "$NetBSD: acpi_timer.c,v 1.5 2006/07/02 18:53:33 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_timer.c,v 1.6 2006/08/27 23:13:47 christos Exp $"); #include #include @@ -24,7 +24,9 @@ static struct timecounter acpi_timecounter = { 0x00ffffff, PM_TIMER_FREQUENCY, "ACPI-Safe", - 900 + 900, + NULL, + NULL, }; int