Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/iomd iomd is marked "needs-flag", and this fi...



details:   https://anonhg.NetBSD.org/src/rev/ba75d9d82b6d
branches:  trunk
changeset: 512564:ba75d9d82b6d
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Tue Jul 10 00:36:10 2001 +0000

description:
iomd is marked "needs-flag", and this file is conditional on iomd, so
NIOMD == 1 whenever this file is included.  Don't bother asserting it.

diffstat:

 sys/arch/arm32/iomd/iomd.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 3a39f05231a1 -r ba75d9d82b6d sys/arch/arm32/iomd/iomd.c
--- a/sys/arch/arm32/iomd/iomd.c        Tue Jul 10 00:09:44 2001 +0000
+++ b/sys/arch/arm32/iomd/iomd.c        Tue Jul 10 00:36:10 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iomd.c,v 1.13 2001/07/09 23:42:18 bjh21 Exp $  */
+/*     $NetBSD: iomd.c,v 1.14 2001/07/10 00:36:10 bjh21 Exp $  */
 
 /*
  * Copyright (c) 1996-1997 Mark Brinicombe.
@@ -55,9 +55,6 @@
 #include <arm32/iomd/iomdvar.h>
 
 #include "iomd.h"
-#if NIOMD != 1
-#error Need one IOMD device configured
-#endif
 
 /*
  * IOMD device.



Home | Main Index | Thread Index | Old Index