summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ppbus/pps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c
index 2b86cd7..033d1fe 100644
--- a/sys/dev/ppbus/pps.c
+++ b/sys/dev/ppbus/pps.c
@@ -110,8 +110,6 @@ ppsattach(device_t dev)
intptr_t irq;
int i, unit, zero = 0;
- bzero(sc, sizeof(struct pps_data)); /* XXX doesn't newbus do this? */
-
/* retrieve the ppbus irq */
BUS_READ_IVAR(ppbus, dev, PPBUS_IVAR_IRQ, &irq);
OpenPOWER on IntegriCloud