Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Poison future uses of DVACT_ACTIVATE by deleting it....



details:   https://anonhg.NetBSD.org/src/rev/cb450cdf680a
branches:  trunk
changeset: 749772:cb450cdf680a
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Mon Dec 07 19:45:13 2009 +0000

description:
Poison future uses of DVACT_ACTIVATE by deleting it.  I deleted the last
"use" of DVACT_ACTIVATE in a driver, yesterday.

diffstat:

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

diffs (17 lines):

diff -r 3ff20225a33e -r cb450cdf680a sys/sys/device.h
--- a/sys/sys/device.h  Mon Dec 07 18:48:45 2009 +0000
+++ b/sys/sys/device.h  Mon Dec 07 19:45:13 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: device.h,v 1.126 2009/11/26 20:52:19 pooka Exp $ */
+/* $NetBSD: device.h,v 1.127 2009/12/07 19:45:13 dyoung Exp $ */
 
 /*
  * Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -110,7 +110,6 @@
  * Actions for ca_activate.
  */
 typedef enum devact {
-       DVACT_ACTIVATE,         /* activate the device */
        DVACT_DEACTIVATE        /* deactivate the device */
 } devact_t;
 



Home | Main Index | Thread Index | Old Index