Re: [PATCH v2 09/11] net: skfb: remove obsolete -I cflag
From: David Miller <davem@davemloft.net>
Date: 2016-06-16 05:06:51
Also in:
dri-devel, linux-arm-kernel, linux-kbuild, lkml
From: David Miller <davem@davemloft.net>
Date: 2016-06-16 05:06:51
Also in:
dri-devel, linux-arm-kernel, linux-kbuild, lkml
From: Arnd Bergmann <arnd@arndb.de> Date: Wed, 15 Jun 2016 17:45:51 +0200
The skfp driver has been moved to drivers/net/fddi/skfp a long time ago, but we still attempt to include headers from the old location, which causes a warning when building with W=1: cc1: error: /git/arm-soc/drivers/net/skfp: No such file or directory [-Werror=missing-include-dirs] cc1: error: drivers/net/skfp: No such file or directory [-Werror=missing-include-dirs] Clearly this include directive is not needed any more, so we can just remove it now. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Applied.