summaryrefslogtreecommitdiffstats
path: root/sys/dev/nsp
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-19 13:55:08 +0000
committerpeter <peter@FreeBSD.org>2001-01-19 13:55:08 +0000
commit7949f9b05950a73055ec5932c514179322affc61 (patch)
tree97dcace94df06d0bc16117be84189cafb0ef0ea7 /sys/dev/nsp
parentf733c06260f2972976c930118b16d126278c3139 (diff)
downloadFreeBSD-src-7949f9b05950a73055ec5932c514179322affc61.zip
FreeBSD-src-7949f9b05950a73055ec5932c514179322affc61.tar.gz
Zap some cut-paste code that isn't used. It #included "apm.h" and
an apm include file but had no other apm references.
Diffstat (limited to 'sys/dev/nsp')
-rw-r--r--sys/dev/nsp/nsp_pccard.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/nsp/nsp_pccard.c b/sys/dev/nsp/nsp_pccard.c
index d0a5b96..9d3473d 100644
--- a/sys/dev/nsp/nsp_pccard.c
+++ b/sys/dev/nsp/nsp_pccard.c
@@ -73,12 +73,6 @@ extern struct nsp_softc *nspdata[];
#define NSP_HOSTID 7
/* pccard support */
-
-#include "apm.h"
-#if NAPM > 0
-#include <machine/apm_bios.h>
-#endif
-
#include "card.h"
#if NCARD > 0
#include <sys/kernel.h>
OpenPOWER on IntegriCloud