summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-10-23 20:26:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-10-23 20:26:26 +0000
commitba370561492af0718b3f75635b0634a238be05dd (patch)
treea10412454962029de9f2dacd46aa0d66f3cb3b36 /sys/arch
parent0e4ec49233a90f0482c915cb8a06c96f4c6cff07 (diff)
Correctly invoke sh_clock_init() [merge error]
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/landisk/dev/rs5c313.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/dev/rs5c313.c b/sys/arch/landisk/dev/rs5c313.c
index e606c21872c..949bd36239a 100644
--- a/sys/arch/landisk/dev/rs5c313.c
+++ b/sys/arch/landisk/dev/rs5c313.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rs5c313.c,v 1.1 2006/10/07 20:52:40 miod Exp $ */
+/* $OpenBSD: rs5c313.c,v 1.2 2006/10/23 20:26:25 miod Exp $ */
/* $NetBSD: rs5c313.c,v 1.1 2006/09/07 01:12:00 uwe Exp $ */
/* $NetBSD: rs5c313_landisk.c,v 1.1 2006/09/07 01:55:03 uwe Exp $ */
@@ -433,5 +433,5 @@ rs5c313_landisk_attach(struct device *parent, struct device *self, void *aux)
}
rs5c313_ops._cookie = sc;
- sh_clock_init(0, &rs5c313_ops);
+ sh_clock_init(SH_CLOCK_NORTC, &rs5c313_ops);
}