summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/dc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/dc.c b/sys/dev/ic/dc.c
index 1d7478c9f3a..8ac6916f15c 100644
--- a/sys/dev/ic/dc.c
+++ b/sys/dev/ic/dc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dc.c,v 1.50 2002/06/09 03:14:18 todd Exp $ */
+/* $OpenBSD: dc.c,v 1.51 2002/07/05 13:45:21 aaron Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -128,7 +128,6 @@
#include <machine/bus.h>
#include <dev/pci/pcidevs.h>
-#define DC_USEIOSPACE
#include <dev/ic/dcreg.h>
int dc_intr(void *);