diff options
author | mux <mux@FreeBSD.org> | 2004-04-19 13:38:10 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2004-04-19 13:38:10 +0000 |
commit | 71a08a6316fb8217a5364ad64f88d1bb64703bd3 (patch) | |
tree | b7f23141ded57821cdd58cc951ab3b74da22b86b /sys/cam | |
parent | 82e4cd2161633020cc72cdde2598b0c519e7ee3a (diff) | |
download | FreeBSD-src-71a08a6316fb8217a5364ad64f88d1bb64703bd3.zip FreeBSD-src-71a08a6316fb8217a5364ad64f88d1bb64703bd3.tar.gz |
The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS option
has been removed. Unbreak the build by not including it anymore.
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/scsi/scsi_da.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 590226a..63d46ed 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$"); #ifdef _KERNEL -#include "opt_da.h" #include "opt_hw_wdog.h" #endif /* _KERNEL */ |