diff options
Diffstat (limited to 'sys/arch/mvme68k/dev/wdsc.c')
-rw-r--r-- | sys/arch/mvme68k/dev/wdsc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/dev/wdsc.c b/sys/arch/mvme68k/dev/wdsc.c index 1fa476ba926..3bace51ef16 100644 --- a/sys/arch/mvme68k/dev/wdsc.c +++ b/sys/arch/mvme68k/dev/wdsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdsc.c,v 1.18 2013/05/19 20:32:47 miod Exp $ */ +/* $OpenBSD: wdsc.c,v 1.19 2013/11/30 20:25:47 miod Exp $ */ /* * Copyright (c) 2013 Miodrag Vallat. @@ -210,8 +210,6 @@ wdscattach(struct device *parent, struct device *self, void *aux) return; } - printf("\n"); - sc->sc_dmasetup = wdsc_dmasetup; sc->sc_dmago = wdsc_dmago; sc->sc_dmastop = wdsc_dmastop; |