summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy/cy_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cy/cy_pci.c')
-rw-r--r--sys/dev/cy/cy_pci.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index 3034dee..61848c3 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -24,16 +24,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cy_pci.c,v 1.14 1999/05/09 17:06:43 peter Exp $
+ * $Id: cy_pci.c,v 1.15 1999/05/10 10:23:38 bde Exp $
*/
/*
* Cyclades Y PCI serial interface driver
*/
-#include "pci.h"
-#if NPCI > 0
-
#include "opt_cy_pci_fastintr.h"
#include <sys/param.h>
@@ -155,5 +152,3 @@ fail:
/* XXX should release any allocated virtual memory */
return;
}
-
-#endif /* NPCI > 0 */
OpenPOWER on IntegriCloud