Commit f85b1c7d authored by Yue Haibing's avatar Yue Haibing Committed by Jakub Kicinski

net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t()

Commit 29ab586c ("net: switchdev: Remove bridge bypass support from switchdev")
leave this unused.
Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230801144209.27512-1-yuehaibing@huawei.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent e12f2a6d
...@@ -201,8 +201,6 @@ struct switchdev_obj_in_state_mrp { ...@@ -201,8 +201,6 @@ struct switchdev_obj_in_state_mrp {
#define SWITCHDEV_OBJ_IN_STATE_MRP(OBJ) \ #define SWITCHDEV_OBJ_IN_STATE_MRP(OBJ) \
container_of((OBJ), struct 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 switchdev_brport {
struct net_device *dev; struct net_device *dev;
const void *ctx; const void *ctx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment