summaryrefslogtreecommitdiffstats
path: root/sys/dev/dgb/dgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dgb/dgb.c')
-rw-r--r--sys/dev/dgb/dgb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c
index 481eaf6..f054e7b 100644
--- a/sys/dev/dgb/dgb.c
+++ b/sys/dev/dgb/dgb.c
@@ -32,8 +32,6 @@
#include "dgb.h"
-#if NDGB > 0
-
/* Helg: i.e.25 times per sec board will be polled */
#define POLLSPERSEC 25
/* How many charactes can we write to input tty rawq */
@@ -2199,5 +2197,3 @@ disc_optim(tp, t)
else
tp->t_state &= ~TS_CAN_BYPASS_L_RINT;
}
-
-#endif /* NDGB > 0 */
OpenPOWER on IntegriCloud