summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/dev/clock.c')
-rw-r--r--sys/arch/hppa/dev/clock.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/hppa/dev/clock.c b/sys/arch/hppa/dev/clock.c
index e8475454657..ab3f0fa0854 100644
--- a/sys/arch/hppa/dev/clock.c
+++ b/sys/arch/hppa/dev/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.24 2010/04/29 12:35:14 jsing Exp $ */
+/* $OpenBSD: clock.c,v 1.25 2010/08/01 09:01:45 kettenis Exp $ */
/*
* Copyright (c) 1998-2003 Michael Shalayeff
@@ -58,7 +58,7 @@ struct timecounter itmr_timecounter = {
};
void
-cpu_initclocks()
+cpu_initclocks(void)
{
struct cpu_info *ci = curcpu();
u_long __itmr;
@@ -136,8 +136,7 @@ cpu_hardclock(void *v)
* initialize the system time from the time of day clock
*/
void
-inittodr(t)
- time_t t;
+inittodr(time_t t)
{
struct pdc_tod tod PDC_ALIGNMENT;
int error, tbad = 0;
@@ -188,8 +187,7 @@ resettodr()
}
void
-setstatclockrate(newhz)
- int newhz;
+setstatclockrate(int newhz)
{
/* nothing we can do */
}