summaryrefslogtreecommitdiff
path: root/sys/dev/dpt/dpt_eisa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dpt/dpt_eisa.c')
-rw-r--r--sys/dev/dpt/dpt_eisa.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_eisa.c b/sys/dev/dpt/dpt_eisa.c
index e933ad6f1407..c8a9af4019d6 100644
--- a/sys/dev/dpt/dpt_eisa.c
+++ b/sys/dev/dpt/dpt_eisa.c
@@ -32,9 +32,11 @@
*/
/*
- * $Id$
+ * $Id: dpt_eisa.c,v 1.1 1998/03/11 00:30:12 julian Exp $
*/
+#include "eisa.h"
+#if NEISA > 0
#include "opt_dpt.h"
#include <sys/param.h>
@@ -498,3 +500,4 @@ dpt_eisa_match(type)
return (NULL);
}
+#endif /* NEISA > 0 */