scsi: remove unneeded header search paths
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 25 Jan 2019 07:09:03 +0000 (16:09 +0900)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 29 Jan 2019 06:22:21 +0000 (01:22 -0500)
commit34022f0072e76c6d64c22f83dbe3652c00ba03d2
treef8de39fa38de1c313bec68702d109abd315372ea
parentf2aecc1d38ff26f972d8c825ccc1f5152b79e203
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>
drivers/scsi/aacraid/Makefile
drivers/scsi/aic7xxx/Makefile
drivers/scsi/smartpqi/Makefile