Skip to content

Commit f85b1c7

Browse files
Yue Haibingkuba-moo
authored andcommitted
net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t()
Commit 29ab586 ("net: switchdev: Remove bridge bypass support from switchdev") leave this unused. Signed-off-by: Yue Haibing <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent e12f2a6 commit f85b1c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/net/switchdev.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ struct switchdev_obj_in_state_mrp {
201201
#define SWITCHDEV_OBJ_IN_STATE_MRP(OBJ) \
202202
container_of((OBJ), struct switchdev_obj_in_state_mrp, obj)
203203

204-
typedef int switchdev_obj_dump_cb_t(struct switchdev_obj *obj);
205-
206204
struct switchdev_brport {
207205
struct net_device *dev;
208206
const void *ctx;

0 commit comments

Comments
 (0)