summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/pcctwo.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-14 20:50:50 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-14 20:50:50 +0000
commit1e98c85d3254b46ed8d216477a5adf8580834616 (patch)
treec7808266b235b44443cbe152cb637731c588561b /sys/arch/mvme88k/dev/pcctwo.c
parentf6626fb981dd9d4254dfc7db5c4ca0d5a8d551bd (diff)
Do not fill more than the first three fields of cfdriver structures unless
necessary. No functional change.
Diffstat (limited to 'sys/arch/mvme88k/dev/pcctwo.c')
-rw-r--r--sys/arch/mvme88k/dev/pcctwo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/pcctwo.c b/sys/arch/mvme88k/dev/pcctwo.c
index fe61f985b77..d8b74b84b8a 100644
--- a/sys/arch/mvme88k/dev/pcctwo.c
+++ b/sys/arch/mvme88k/dev/pcctwo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcctwo.c,v 1.19 2004/01/05 20:06:59 miod Exp $ */
+/* $OpenBSD: pcctwo.c,v 1.20 2004/01/14 20:50:48 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
* All rights reserved.
@@ -65,7 +65,7 @@ struct cfattach pcctwo_ca = {
};
struct cfdriver pcctwo_cd = {
- NULL, "pcctwo", DV_DULL, 0
+ NULL, "pcctwo", DV_DULL
};
struct pcctworeg *sys_pcc2 = NULL;