bpfilter: remove extra header search paths for bpfilter_umh
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 31 Jan 2019 03:15:35 +0000 (12:15 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Feb 2019 04:11:43 +0000 (20:11 -0800)
commit303a339f30a9441c4695d3d2cc78f1b33cd959ff
treefdbc053f21873758d4d106d73fab63b783ac8948
parentee825e8bc74fa8fe6d62334f14363e71e0504a9d
bpfilter: remove extra header search paths for bpfilter_umh

Currently, the header search paths -Itools/include and
-Itools/include/uapi are not used. Let's drop the unused code.

We can remove -I. too by fixing up one C file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bpfilter/Makefile
net/bpfilter/main.c