]> git.baikalelectronics.ru Git - kernel.git/commit
net: skfb: remove obsolete -I cflag
authorArnd Bergmann <arnd@arndb.de>
Wed, 15 Jun 2016 15:45:51 +0000 (17:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jun 2016 05:06:06 +0000 (22:06 -0700)
commit9667c403d5e1a08d854647f2688144fb1484ab14
tree1e2bf47c6b58be57befc4f508bd08d40b346cc93
parentb810633f0dbeafe10cbeb660225feafc45da1e84
net: skfb: remove obsolete -I cflag

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fddi/skfp/Makefile