aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ata
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-07-10 05:08:01 +0000
committerWarner Losh <imp@FreeBSD.org>2017-07-10 05:08:01 +0000
commit4e38d8952051370a1456a4c0134b3417b3c9c194 (patch)
tree4dd8ddf4ac60c49042260c8fc22a4fbe4c94663c /sys/cam/ata
parentdb9d4c3972a0cdbd0c43806608fdec41db952d70 (diff)
downloadsrc-4e38d8952051370a1456a4c0134b3417b3c9c194.tar.gz
src-4e38d8952051370a1456a4c0134b3417b3c9c194.zip
Include opt files in the kernel with "" instead of <>.
Notes
Notes: svn path=/head/; revision=320860
Diffstat (limited to 'sys/cam/ata')
-rw-r--r--sys/cam/ata/ata_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/ata/ata_all.c b/sys/cam/ata/ata_all.c
index ad06fcfacbc0..69c123c56682 100644
--- a/sys/cam/ata/ata_all.c
+++ b/sys/cam/ata/ata_all.c
@@ -30,7 +30,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#ifdef _KERNEL
-#include <opt_scsi.h>
+#include "opt_scsi.h"
#include <sys/systm.h>
#include <sys/libkern.h>