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)
commit4a1836701fd59476ee1331379e00a9ab51ba4f61
tree1e2bf47c6b58be57befc4f508bd08d40b346cc93
parentc91522f860bb9dd4178c8280bbebd4f4321b7199
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