summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-08-27 23:13:47 +0000
committerchristos <christos@NetBSD.org>2006-08-27 23:13:47 +0000
commitec7d898cf1521e4ae2ef97e7bcdf0186c4a1166f (patch)
treef2044def188008fb31ef92099492efaf68ceb73d /sys/dev
parentf2ef4c473cfea6efcdca394a57a6832d76125e34 (diff)
Complete the declaration.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpi/acpi_timer.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpi_timer.c b/sys/dev/acpi/acpi_timer.c
index cc648ced7a0..a3e531788e2 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 <sys/cdefs.h>
-__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 <sys/types.h>
#include <dev/acpi/acpi_timer.h>
@@ -24,7 +24,9 @@ static struct timecounter acpi_timecounter = {
0x00ffffff,
PM_TIMER_FREQUENCY,
"ACPI-Safe",
- 900
+ 900,
+ NULL,
+ NULL,
};
int