Module Name:    src
Committed By:   dyoung
Date:           Thu Nov 12 20:37:44 UTC 2009

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

Log Message:
Delete definition of com_activate(), it's been removed.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/dev/ic/comvar.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/comvar.h
diff -u src/sys/dev/ic/comvar.h:1.67 src/sys/dev/ic/comvar.h:1.68
--- src/sys/dev/ic/comvar.h:1.67	Thu Nov 12 20:37:09 2009
+++ src/sys/dev/ic/comvar.h	Thu Nov 12 20:37:44 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: comvar.h,v 1.67 2009/11/12 20:37:09 dyoung Exp $	*/
+/*	$NetBSD: comvar.h,v 1.68 2009/11/12 20:37:44 dyoung Exp $	*/
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -238,7 +238,6 @@
 int com_probe_subr(struct com_regs *);
 int com_detach(device_t, int);
 bool com_resume(device_t PMF_FN_PROTO);
-int com_activate(device_t, enum devact);
 bool com_cleanup(device_t, int);
 bool com_suspend(device_t PMF_FN_PROTO);
 

Reply via email to