Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Delete definition of com_activate(), it's been re...



details:   https://anonhg.NetBSD.org/src/rev/3cfe57c857dd
branches:  trunk
changeset: 749008:3cfe57c857dd
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Thu Nov 12 20:37:44 2009 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 202e914ce28b -r 3cfe57c857dd sys/dev/ic/comvar.h
--- a/sys/dev/ic/comvar.h       Thu Nov 12 20:37:09 2009 +0000
+++ b/sys/dev/ic/comvar.h       Thu Nov 12 20:37:44 2009 +0000
@@ -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);
 



Home | Main Index | Thread Index | Old Index