aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-25 16:09:03 +0900
committerMartin K. Petersen <martin.petersen@oracle.com>2019-01-29 01:22:21 -0500
commit34022f0072e76c6d64c22f83dbe3652c00ba03d2 (patch)
treef8de39fa38de1c313bec68702d109abd315372ea /drivers/scsi/aic7xxx
parentscsi: fnic: Remove set but not used variable 'vdev' (diff)
downloadlinux-dev-34022f0072e76c6d64c22f83dbe3652c00ba03d2.tar.xz
linux-dev-34022f0072e76c6d64c22f83dbe3652c00ba03d2.zip
scsi: remove unneeded header search paths
I was able to build without these extra header search paths. Especially, the header search path -I. in kernel Makefiles is always suspicious; it allows the compiler to search for headers in the top of $(srctree), where obviously no header file exists. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/aic7xxx')
-rw-r--r--drivers/scsi/aic7xxx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/Makefile b/drivers/scsi/aic7xxx/Makefile
index c15be2590d1c..e0188ecd85b2 100644
--- a/drivers/scsi/aic7xxx/Makefile
+++ b/drivers/scsi/aic7xxx/Makefile
@@ -34,7 +34,6 @@ aic79xx-y += aic79xx_osm.o \
aic79xx_proc.o \
aic79xx_osm_pci.o
-ccflags-y += -Idrivers/scsi
ifdef WARNINGS_BECOME_ERRORS
ccflags-y += -Werror
endif