diff options
author | non <non@FreeBSD.org> | 2001-11-03 08:55:34 +0000 |
---|---|---|
committer | non <non@FreeBSD.org> | 2001-11-03 08:55:34 +0000 |
commit | a0da3013c6b8329da400c8f28b2e55525f0b4aa0 (patch) | |
tree | c779f68e2a8463f8d4db5b6ca794d6adb2d04cbb /sys/dev/nsp/nsp.c | |
parent | 5d791806c8067b623a51e47e1cdf6d4e9863b3f9 (diff) | |
download | FreeBSD-src-a0da3013c6b8329da400c8f28b2e55525f0b4aa0.zip FreeBSD-src-a0da3013c6b8329da400c8f28b2e55525f0b4aa0.tar.gz |
Remove PAO3 dependent part.
This will not affect either -current nor -stable.
Diffstat (limited to 'sys/dev/nsp/nsp.c')
-rw-r--r-- | sys/dev/nsp/nsp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index 61f4740..c652155 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -83,11 +83,6 @@ #include <cam/scsi/scsi_low.h> #include <dev/nsp/nspreg.h> #include <dev/nsp/nspvar.h> - -#if __FreeBSD_version < 400001 -#include "nsp.h" -struct nsp_softc *nspdata[NNSP]; -#endif #endif /* __FreeBSD__ */ /*************************************************** |