From: Lukas Wunner Date: Fri, 8 Oct 2021 20:06:01 +0000 (+0200) Subject: netfilter: Rename ingress hook include file X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7463acfbe52ae8b7e0ea6890c1886b3f8ba8bddd;p=linux.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 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 16ab09b6a7f8..0fd3c6490e06 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -140,7 +140,7 @@ #include #include #include -#include +#include #include #include #include