]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: atomisp: satm include directory is gone
authorArnd Bergmann <arnd@arndb.de>
Fri, 28 Apr 2017 12:10:23 +0000 (13:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 12:27:26 +0000 (14:27 +0200)
After the satm kernel was removed, we should no longer add the directory
to the search path. This was found with a 'make W=1' warning:

cc1: error: drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/satm/: No such file or directory [-Werror=missing-include-dirs]

Fixes: 184f8e0981ef ("atomisp: remove satm kernel")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/atomisp/pci/atomisp2/Makefile

index 7417dbdd90d6cf09eccadf3e3b70de22228d1a25..3fa7c1c1479f330367b7ab01bf41d8c502a69349 100644 (file)
@@ -290,7 +290,6 @@ INCLUDES += \
        -I$(atomisp)/css2400/isp/kernels/s3a/ \
        -I$(atomisp)/css2400/isp/kernels/s3a/s3a_1.0/ \
        -I$(atomisp)/css2400/isp/kernels/s3a_stat_ls/ \
-       -I$(atomisp)/css2400/isp/kernels/satm/ \
        -I$(atomisp)/css2400/isp/kernels/scale/ \
        -I$(atomisp)/css2400/isp/kernels/scale/scale_1.0/ \
        -I$(atomisp)/css2400/isp/kernels/sc/ \