summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/tsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/pci/tsc.c')
-rw-r--r--sys/arch/alpha/pci/tsc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/tsc.c b/sys/arch/alpha/pci/tsc.c
index 29807f4af7b..2acb1c49210 100644
--- a/sys/arch/alpha/pci/tsc.c
+++ b/sys/arch/alpha/pci/tsc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tsc.c,v 1.11 2006/03/13 20:10:49 brad Exp $ */
+/* $OpenBSD: tsc.c,v 1.12 2006/03/16 22:32:44 miod Exp $ */
/* $NetBSD: tsc.c,v 1.3 2000/06/25 19:17:40 thorpej Exp $ */
/*-
@@ -57,7 +57,7 @@ int tscmatch(struct device *, void *, void *);
void tscattach(struct device *, struct device *, void *);
struct cfattach tsc_ca = {
- sizeof(struct tsc_softc), tscmatch, tscattach,
+ sizeof(struct device), tscmatch, tscattach,
};
struct cfdriver tsc_cd = {