File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -3556,17 +3556,6 @@ static void mlx5v_remove(struct auxiliary_device *adev)
3556
3556
kfree (mgtdev );
3557
3557
}
3558
3558
3559
- static void mlx5v_shutdown (struct auxiliary_device * auxdev )
3560
- {
3561
- struct mlx5_vdpa_mgmtdev * mgtdev ;
3562
- struct mlx5_vdpa_net * ndev ;
3563
-
3564
- mgtdev = auxiliary_get_drvdata (auxdev );
3565
- ndev = mgtdev -> ndev ;
3566
-
3567
- free_irqs (ndev );
3568
- }
3569
-
3570
3559
static const struct auxiliary_device_id mlx5v_id_table [] = {
3571
3560
{ .name = MLX5_ADEV_NAME ".vnet" , },
3572
3561
{},
@@ -3578,7 +3567,6 @@ static struct auxiliary_driver mlx5v_driver = {
3578
3567
.name = "vnet" ,
3579
3568
.probe = mlx5v_probe ,
3580
3569
.remove = mlx5v_remove ,
3581
- .shutdown = mlx5v_shutdown ,
3582
3570
.id_table = mlx5v_id_table ,
3583
3571
};
3584
3572
You can’t perform that action at this time.
0 commit comments