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 definition of spc_activate(), it has gone ...



details:   https://anonhg.NetBSD.org/src/rev/69769fd0a9c2
branches:  trunk
changeset: 749003:69769fd0a9c2
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Thu Nov 12 20:15:02 2009 +0000

description:
Remove definition of spc_activate(), it has gone away.

diffstat:

 sys/dev/ic/mb89352var.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6be46fad9370 -r 69769fd0a9c2 sys/dev/ic/mb89352var.h
--- a/sys/dev/ic/mb89352var.h   Thu Nov 12 20:14:04 2009 +0000
+++ b/sys/dev/ic/mb89352var.h   Thu Nov 12 20:15:02 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mb89352var.h,v 1.14 2009/11/12 20:14:04 dyoung Exp $   */
+/*     $NetBSD: mb89352var.h,v 1.15 2009/11/12 20:15:02 dyoung Exp $   */
 /*     NecBSD: mb89352var.h,v 1.4 1998/03/14 07:31:22 kmatsuda Exp     */
 
 /*-
@@ -229,7 +229,6 @@
 #define SPC_START(s)   SPC_PRINT(SPC_SHOWSTART, s)
 
 void   spc_attach(struct spc_softc *);
-int    spc_activate(device_t, enum devact);
 void   spc_childdet(device_t, device_t);
 int    spc_detach(device_t, int);
 int    spc_intr(void *);



Home | Main Index | Thread Index | Old Index