Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/tc Unnecessary to enclose device driver body with #i...



details:   https://anonhg.NetBSD.org/src/rev/e8916b21dc66
branches:  trunk
changeset: 483616:e8916b21dc66
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Tue Mar 14 08:23:29 2000 +0000

description:
Unnecessary to enclose device driver body with #if NASC > 0.

diffstat:

 sys/dev/tc/asc.c |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 967623a516e2 -r e8916b21dc66 sys/dev/tc/asc.c
--- a/sys/dev/tc/asc.c  Tue Mar 14 08:23:24 2000 +0000
+++ b/sys/dev/tc/asc.c  Tue Mar 14 08:23:29 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asc.c,v 1.57 2000/02/03 08:13:46 nisimura Exp $        */
+/*     $NetBSD: asc.c,v 1.58 2000/03/14 08:23:29 nisimura Exp $        */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -119,9 +119,6 @@
  *
  */
 
-#include <asc.h>
-#if NASC > 0
-
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/dkstat.h>
@@ -2151,5 +2148,3 @@
        } while (lp != asc_logp);
 }
 #endif /*DEBUG*/
-
-#endif /* NASC > 0 */



Home | Main Index | Thread Index | Old Index