Module Name:    src
Committed By:   dyoung
Date:           Thu Nov 12 20:15:02 UTC 2009

Modified Files:
        src/sys/dev/ic: mb89352var.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/mb89352var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/mb89352var.h
diff -u src/sys/dev/ic/mb89352var.h:1.14 src/sys/dev/ic/mb89352var.h:1.15
--- src/sys/dev/ic/mb89352var.h:1.14	Thu Nov 12 20:14:04 2009
+++ src/sys/dev/ic/mb89352var.h	Thu Nov 12 20:15:02 2009
@@ -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 *);

Reply via email to