aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mlx5/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h
index 76de0cc41640..9f3a5476bb71 100644
--- a/include/linux/mlx5/driver.h
+++ b/include/linux/mlx5/driver.h
@@ -559,7 +559,7 @@ struct mlx5_core_dev {
559 struct mlx5_init_seg __iomem *iseg; 559 struct mlx5_init_seg __iomem *iseg;
560 void (*event) (struct mlx5_core_dev *dev, 560 void (*event) (struct mlx5_core_dev *dev,
561 enum mlx5_dev_event event, 561 enum mlx5_dev_event event,
562 void *data); 562 unsigned long param);
563 struct mlx5_priv priv; 563 struct mlx5_priv priv;
564 struct mlx5_profile *profile; 564 struct mlx5_profile *profile;
565 atomic_t num_qps; 565 atomic_t num_qps;
@@ -817,7 +817,7 @@ struct mlx5_interface {
817 void * (*add)(struct mlx5_core_dev *dev); 817 void * (*add)(struct mlx5_core_dev *dev);
818 void (*remove)(struct mlx5_core_dev *dev, void *context); 818 void (*remove)(struct mlx5_core_dev *dev, void *context);
819 void (*event)(struct mlx5_core_dev *dev, void *context, 819 void (*event)(struct mlx5_core_dev *dev, void *context,
820 enum mlx5_dev_event event, void *data); 820 enum mlx5_dev_event event, unsigned long param);
821 struct list_head list; 821 struct list_head list;
822}; 822};
823 823