Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Remove bogus callout_init(), pointed out by soren...
details: https://anonhg.NetBSD.org/src/rev/4113b34e1991
branches: trunk
changeset: 484037:4113b34e1991
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Mar 23 17:51:51 2000 +0000
description:
Remove bogus callout_init(), pointed out by soren%netbsd.org@localhost.
diffstat:
sys/dev/ic/aha.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r d2b38bec2996 -r 4113b34e1991 sys/dev/ic/aha.c
--- a/sys/dev/ic/aha.c Thu Mar 23 15:11:26 2000 +0000
+++ b/sys/dev/ic/aha.c Thu Mar 23 17:51:51 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aha.c,v 1.26 2000/03/23 07:01:28 thorpej Exp $ */
+/* $NetBSD: aha.c,v 1.27 2000/03/23 17:51:51 thorpej Exp $ */
#include "opt_ddb.h"
@@ -493,8 +493,6 @@
bus_dma_tag_t dmat = sc->sc_dmat;
int hashnum, error;
- callout_init(&ccb->xs->xs_callout);
-
/*
* Create the DMA map for this CCB.
*/
Home |
Main Index |
Thread Index |
Old Index