netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: flow_offload: remove indirect flow_block declarations leftover
@ 2020-06-09 21:47 Pablo Neira Ayuso
  2020-06-09 23:10 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo Neira Ayuso @ 2020-06-09 21:47 UTC (permalink / raw)
  To: netfilter-devel; +Cc: davem, netdev, kuba, jacob.e.keller

Remove function declarations that are not available in the tree anymore.

Fixes: 709ffbe19b77 ("net: remove indirect block netdev event registration")
Reported-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
 include/net/flow_offload.h | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h
index 69e13c8b6b3a..f2c8311a0433 100644
--- a/include/net/flow_offload.h
+++ b/include/net/flow_offload.h
@@ -542,28 +542,4 @@ int flow_indr_dev_setup_offload(struct net_device *dev,
 				struct flow_block_offload *bo,
 				void (*cleanup)(struct flow_block_cb *block_cb));
 
-typedef void flow_indr_block_cmd_t(struct net_device *dev,
-				   flow_indr_block_bind_cb_t *cb, void *cb_priv,
-				   enum flow_block_command command);
-
-int __flow_indr_block_cb_register(struct net_device *dev, void *cb_priv,
-				  flow_indr_block_bind_cb_t *cb,
-				  void *cb_ident);
-
-void __flow_indr_block_cb_unregister(struct net_device *dev,
-				     flow_indr_block_bind_cb_t *cb,
-				     void *cb_ident);
-
-int flow_indr_block_cb_register(struct net_device *dev, void *cb_priv,
-				flow_indr_block_bind_cb_t *cb, void *cb_ident);
-
-void flow_indr_block_cb_unregister(struct net_device *dev,
-				   flow_indr_block_bind_cb_t *cb,
-				   void *cb_ident);
-
-void flow_indr_block_call(struct net_device *dev,
-			  struct flow_block_offload *bo,
-			  enum flow_block_command command,
-			  enum tc_setup_type type);
-
 #endif /* _NET_FLOW_OFFLOAD_H */
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: flow_offload: remove indirect flow_block declarations leftover
  2020-06-09 21:47 [PATCH] net: flow_offload: remove indirect flow_block declarations leftover Pablo Neira Ayuso
@ 2020-06-09 23:10 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-06-09 23:10 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, netdev, kuba, jacob.e.keller

From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: Tue,  9 Jun 2020 23:47:44 +0200

> Remove function declarations that are not available in the tree anymore.
> 
> Fixes: 709ffbe19b77 ("net: remove indirect block netdev event registration")
> Reported-by: Jacob Keller <jacob.e.keller@intel.com>
> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

Applied, thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-09 23:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-09 21:47 [PATCH] net: flow_offload: remove indirect flow_block declarations leftover Pablo Neira Ayuso
2020-06-09 23:10 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).