Message ID | 20230801144209.27512-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | f85b1c7da776d0cb2b4509bdd7f406fe5607930b |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t() | expand |
On Tue, Aug 01, 2023 at 10:42:09PM +0800, Yue Haibing wrote: > Commit 29ab586c3d83 ("net: switchdev: Remove bridge bypass support from switchdev") > leave this unused. > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Simon Horman <horms@kernel.org>
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 1 Aug 2023 22:42:09 +0800 you wrote: > Commit 29ab586c3d83 ("net: switchdev: Remove bridge bypass support from switchdev") > leave this unused. > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> > --- > include/net/switchdev.h | 2 -- > 1 file changed, 2 deletions(-) Here is the summary with links: - [net-next] net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t() https://git.kernel.org/netdev/net-next/c/f85b1c7da776 You are awesome, thank you!
diff --git a/include/net/switchdev.h b/include/net/switchdev.h index 4d324e2a2eef..0294cfec9c37 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h @@ -201,8 +201,6 @@ struct switchdev_obj_in_state_mrp { #define SWITCHDEV_OBJ_IN_STATE_MRP(OBJ) \ container_of((OBJ), struct switchdev_obj_in_state_mrp, obj) -typedef int switchdev_obj_dump_cb_t(struct switchdev_obj *obj); - struct switchdev_brport { struct net_device *dev; const void *ctx;
Commit 29ab586c3d83 ("net: switchdev: Remove bridge bypass support from switchdev") leave this unused. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> --- include/net/switchdev.h | 2 -- 1 file changed, 2 deletions(-)