On Sun, 2006-09-24 at 00:05 +0000, Linux Kernel Mailing List wrote:
[NETFILTER]: remove unused include file
Signed-off-by: Patrick McHardy <redacted>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter_logging.h | 33 ---------------------------------
1 file changed, 33 deletions(-)
You neglected to also remove the file from include/linux/Kbuild.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -267,7 +267,6 @@ unifdef-y += netfilter_decnet.h
unifdef-y += netfilter.h
unifdef-y += netfilter_ipv4.h
unifdef-y += netfilter_ipv6.h
-unifdef-y += netfilter_logging.h
unifdef-y += net.h
unifdef-y += netlink.h
unifdef-y += nfs3.h
--
dwmw2