aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mlx4/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h
index 1069ce65e8b4..8c3837ac1a2d 100644
--- a/include/linux/mlx4/device.h
+++ b/include/linux/mlx4/device.h
@@ -749,6 +749,8 @@ struct mlx4_dev_persistent {
749 struct mlx4_dev *dev; 749 struct mlx4_dev *dev;
750 int nvfs[MLX4_MAX_PORTS + 1]; 750 int nvfs[MLX4_MAX_PORTS + 1];
751 int num_vfs; 751 int num_vfs;
752 enum mlx4_port_type curr_port_type[MLX4_MAX_PORTS + 1];
753 enum mlx4_port_type curr_port_poss_type[MLX4_MAX_PORTS + 1];
752}; 754};
753 755
754struct mlx4_dev { 756struct mlx4_dev {