summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2010-08-01 09:01:46 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2010-08-01 09:01:46 +0000
commit7c9efe83a83aef1db5a92d47bdc1fa81feef1bcf (patch)
tree374442c370c86aae5f9d644721d2f9434464d71c /sys/arch/hppa/dev
parent3409f4b026176c8bee23ee4a5aaabf2a4c7fd75a (diff)
ANSIfy
Diffstat (limited to 'sys/arch/hppa/dev')
-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 */
}