diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-01-25 23:14:17 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-01-27 11:19:46 +0000 |
commit | 2195e2a024aef567aea6ea0b0dab52f77bcc7b55 (patch) | |
tree | 62379464f436bedd3b8421070b18fe3157d111b8 /net/core/skbuff.c | |
parent | 68f4eae781dd25aca2eb84ca2279663689db8d19 (diff) |
net: skbuff: drop the linux/textsearch.h include
This include was added for skb_find_text() but all we need there
is a forward declaration of struct ts_config.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r-- | net/core/skbuff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 180df58e85c7..bb79b4cb89db 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -79,6 +79,7 @@ #include <linux/capability.h> #include <linux/user_namespace.h> #include <linux/indirect_call_wrapper.h> +#include <linux/textsearch.h> #include "dev.h" #include "sock_destructor.h" |