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 wdcactivate() prototype, it's gone away fo...



details:   https://anonhg.NetBSD.org/src/rev/0e98c4aea154
branches:  trunk
changeset: 749493:0e98c4aea154
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Dec 01 01:06:31 2009 +0000

description:
Delete wdcactivate() prototype, it's gone away for good.

diffstat:

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

diffs (17 lines):

diff -r 821e562bf261 -r 0e98c4aea154 sys/dev/ic/wdcvar.h
--- a/sys/dev/ic/wdcvar.h       Tue Dec 01 01:05:23 2009 +0000
+++ b/sys/dev/ic/wdcvar.h       Tue Dec 01 01:06:31 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdcvar.h,v 1.89 2008/04/28 20:23:51 martin Exp $       */
+/*     $NetBSD: wdcvar.h,v 1.90 2009/12/01 01:06:31 dyoung Exp $       */
 
 /*-
  * Copyright (c) 1998, 2003, 2004 The NetBSD Foundation, Inc.
@@ -141,7 +141,6 @@
 void   wdcattach(struct ata_channel *);
 int    wdcdetach(device_t, int);
 void   wdc_childdetached(device_t, device_t);
-int    wdcactivate(device_t, enum devact);
 int    wdcintr(void *);
 
 void   wdc_sataprobe(struct ata_channel *);



Home | Main Index | Thread Index | Old Index