summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-04-22 02:22:18 +0000
committernjl <njl@FreeBSD.org>2004-04-22 02:22:18 +0000
commit9804d2d83f9b2aa785cd759a4ca66c467a37c1de (patch)
tree3df209c4ce880919bb57a274164fd91ef519ad78 /sys
parent1699468b996953ecb5f87dd1fe0e606b113aa8ef (diff)
downloadFreeBSD-src-9804d2d83f9b2aa785cd759a4ca66c467a37c1de.zip
FreeBSD-src-9804d2d83f9b2aa785cd759a4ca66c467a37c1de.tar.gz
Fix the build. opt_asr.h is gone.
Beer or equivalent to? njl
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/asr/asr.c1
-rw-r--r--sys/modules/asr/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c
index 843b54d..756d071 100644
--- a/sys/dev/asr/asr.c
+++ b/sys/dev/asr/asr.c
@@ -267,7 +267,6 @@ static dpt_sig_S ASR_sig = {
#include "dev/asr/i2obscsi.h"
#include "dev/asr/i2odpt.h"
#include "dev/asr/i2oadptr.h"
-#include "opt_asr.h"
#include "dev/asr/sys_info.h"
diff --git a/sys/modules/asr/Makefile b/sys/modules/asr/Makefile
index 399ef3e..69a6409 100644
--- a/sys/modules/asr/Makefile
+++ b/sys/modules/asr/Makefile
@@ -4,7 +4,7 @@
KMOD= asr
SRCS= asr.c
-SRCS+= opt_scsi.h opt_cam.h opt_asr.h
+SRCS+= opt_scsi.h opt_cam.h
SRCS+= device_if.h bus_if.h pci_if.h
.if ${MACHINE_ARCH} == "alpha"
OpenPOWER on IntegriCloud