From: Arnd Bergmann Date: Fri, 28 Apr 2017 12:10:23 +0000 (+0100) Subject: staging: atomisp: satm include directory is gone X-Git-Tag: v4.14-rc1~980^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5162e1ae0c58dcf98ae322a92d60360142d0ae00;p=platform%2Fkernel%2Flinux-rpi.git staging: atomisp: satm include directory is gone 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 Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/media/atomisp/pci/atomisp2/Makefile b/drivers/staging/media/atomisp/pci/atomisp2/Makefile index 7417dbd..3fa7c1c 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/Makefile +++ b/drivers/staging/media/atomisp/pci/atomisp2/Makefile @@ -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/ \