diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-07-05 13:45:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-07-05 13:45:22 +0000 |
commit | 45d0d70f3d7d5a1d874d9a82469b46ca8cfc0c59 (patch) | |
tree | c45748c142db304e8a1ee42ad7206b56838205ab /sys/dev/ic | |
parent | a50497e8bba9d550699131cb96ffa238af6eb99c (diff) |
Remove an unused #define (belongs only in the PCI attachment source file).
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/dc.c | 3 |
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 *); |