From: Lukas Wunner Date: Wed, 11 Mar 2020 11:59:01 +0000 (+0100) Subject: netfilter: Rename ingress hook include file X-Git-Tag: v5.7-rc1~146^2~137^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b030f194aed290705426c62e501201c0739405c5;p=thirdparty%2Fkernel%2Flinux.git netfilter: Rename ingress hook include file Prepare for addition of a netfilter egress hook by renaming to . The egress hook also necessitates a refactoring of the include file, but that is done in a separate commit to ease reviewing. No functional change intended. Signed-off-by: Lukas Wunner Cc: Daniel Borkmann Signed-off-by: Pablo Neira Ayuso --- diff --git a/include/linux/netfilter_ingress.h b/include/linux/netfilter_netdev.h similarity index 100% rename from include/linux/netfilter_ingress.h rename to include/linux/netfilter_netdev.h diff --git a/net/core/dev.c b/net/core/dev.c index d84541c244464..b1ce1c942b546 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -135,7 +135,7 @@ #include #include #include -#include +#include #include #include #include