diff options
Diffstat (limited to 'sys/dev/ppbus/pcfclock.c')
-rw-r--r-- | sys/dev/ppbus/pcfclock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ppbus/pcfclock.c b/sys/dev/ppbus/pcfclock.c index 0219220..58bbf2c 100644 --- a/sys/dev/ppbus/pcfclock.c +++ b/sys/dev/ppbus/pcfclock.c @@ -133,7 +133,6 @@ pcfclock_probe(device_t dev) device_set_desc(dev, "PCF-1.0"); sc = DEVTOSOFTC(dev); - bzero(sc, sizeof(struct pcfclock_data)); return (0); } |