Unnecessary to enclose device driver body with #if NASC > 0.
This commit is contained in:
parent
b76ec51696
commit
65da099cb1
|
@ -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 @@ asc_DumpLog(str)
|
|||
} while (lp != asc_logp);
|
||||
}
|
||||
#endif /*DEBUG*/
|
||||
|
||||
#endif /* NASC > 0 */
|
||||
|
|
Loading…
Reference in New Issue